Skip to content

Commit 7a992b0

Browse files
Merge pull request #212 from ZEISS/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents a1afd38 + 12bc5ac commit 7a992b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
checks: write
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-go@v6
2323
with:
2424
go-version-file: ./go.mod
@@ -43,7 +43,7 @@ jobs:
4343
lint:
4444
runs-on: ubuntu-latest
4545
steps:
46-
- uses: actions/checkout@v5
46+
- uses: actions/checkout@v6
4747
- uses: actions/setup-go@v6
4848
with:
4949
go-version-file: ./go.mod

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
packages: write
2727
contents: write
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
- run: |
3131
git config user.name "$GITHUB_ACTOR"
3232
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"

0 commit comments

Comments
 (0)