Skip to content

Commit a1808ae

Browse files
authored
Merge pull request #2469 from kubernetes-sigs/dependabot/github_actions/actions/checkout-4
🌱 Bump actions/checkout from 3 to 4
2 parents 1449c36 + 4d071f5 commit a1808ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
go-version: '1.20'
2020
cache: false
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
- name: golangci-lint
2323
uses: golangci/golangci-lint-action@v3
2424
with:

.github/workflows/pr-dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Check out code
22-
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3
22+
uses: actions/checkout@v4 # tag=v3.5.3
2323
- name: Set up Go
2424
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753 # tag=v4.0.1
2525
with:

0 commit comments

Comments
 (0)