Skip to content

Commit b903eff

Browse files
authored
Merge pull request #50 from pmoscode/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 7e601bc + 3316d78 commit b903eff

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- goarch: arm64
2525
goos: windows
2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v6
2828

2929
- uses: wangyoucao577/go-release-action@v1
3030
with:

.github/workflows/semgrep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ jobs:
2020
container:
2121
image: returntocorp/semgrep
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6
2424
- run: semgrep ci

0 commit comments

Comments
 (0)