Skip to content

Commit 71aec74

Browse files
Bump actions/checkout from 5 to 6 in the github group
Bumps the github group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b9554a1 commit 71aec74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
id-token: write
1818
steps:
1919
- name: Checkout latest code
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- uses: actions/setup-java@v5
2323
with:

.github/workflows/digestabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v5
16+
- uses: actions/checkout@v6
1717
- uses: navikt/digestabot@3233d68167c867ef8227c5dfde7a30f2a0e10af0
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)