Skip to content

Commit d97a42d

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#52)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3a5225 commit d97a42d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/setup-automerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: ${{ github.actor == 'dependabot[bot]'}}
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v5.0.1
16+
uses: actions/checkout@v6.0.0
1717
- id: generate_token
1818
uses: tibdex/github-app-token@v1
1919
with:
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v5.0.1
37+
uses: actions/checkout@v6.0.0
3838
- id: generate_token
3939
uses: tibdex/github-app-token@v1
4040
with:

0 commit comments

Comments
 (0)