Skip to content

Commit

Permalink
Bump actions/checkout from 3.0.1 to 3.0.2 (#199)
Browse files Browse the repository at this point in the history
[skip ci]

Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@dcd71f6...2541b12)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 21, 2022
1 parent ce79b83 commit e9b9472
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-rest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -202,13 +202,13 @@ jobs:

- name: Checkout main repo
if: steps.pr-already-exists.outputs.result == 'false'
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
path: main

- name: Checkout target repo
if: steps.pr-already-exists.outputs.result == 'false'
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
repository: ${{ matrix.repo }}
token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-tooling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ jobs:

- name: Checkout main repo
if: steps.pr-already-exists.outputs.result == 'false'
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
path: main

- name: Checkout target repo
if: steps.pr-already-exists.outputs.result == 'false'
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
repository: ${{ matrix.repo }}
token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-tracks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,13 +192,13 @@ jobs:

- name: Checkout main repo
if: steps.pr-already-exists.outputs.result == 'false'
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
path: main

- name: Checkout target repo
if: steps.pr-already-exists.outputs.result == 'false'
uses: actions/checkout@dcd71f646680f2efd8db4afa5ad64fdcba30e748
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
with:
repository: ${{ matrix.repo }}
token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}
Expand Down

0 comments on commit e9b9472

Please sign in to comment.