Skip to content

Commit

Permalink
Update KinsonDigital/Infrastructure action to v13.4.0
Browse files Browse the repository at this point in the history
| datasource  | package                      | from    | to      |
| ----------- | ---------------------------- | ------- | ------- |
| github-tags | KinsonDigital/Infrastructure | v13.3.1 | v13.4.0 |
  • Loading branch information
renovate[bot] authored Dec 8, 2023
1 parent e3f2cab commit c5d8853
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-pr-to-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
github.event_name == 'pull_request_target' &&
!startsWith(github.base_ref, 'renovate/') &&
github.head_ref != 'prev-release' && github.head_ref != 'prod-release'
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.3.1
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.4.0
with:
issue-or-pr-number: ${{ github.event.pull_request.number }}
sync-type: initial
Expand All @@ -37,7 +37,7 @@ jobs:
github.head_ref != 'prev-release' && github.head_ref != 'prod-release' &&
contains(github.event.comment.body, '[run-sync]') &&
!startsWith(github.base_ref, 'renovate/')
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.3.1
uses: KinsonDigital/Infrastructure/.github/workflows/initial-manual-sync.yml@v13.4.0
with:
issue-or-pr-number: ${{ github.event.issue.number }}
sync-type: manual
Expand Down

0 comments on commit c5d8853

Please sign in to comment.