Skip to content

Commit 60a0f1e

Browse files
authored
Merge pull request #103 from ahrtr/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f7b5977 + d9bef28 commit 60a0f1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
needs: goversion
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: ${{ needs.goversion.outputs.goversion }}

.github/workflows/static-analysis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
needs: goversion
1010
steps:
11-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v3.5.2
11+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v3.5.2
1212
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
1313
with:
1414
go-version: ${{ needs.goversion.outputs.goversion }}

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
needs: goversion
1717
steps:
18-
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
18+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
1919
- uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ needs.goversion.outputs.goversion }}

0 commit comments

Comments
 (0)