Skip to content

Commit 4ce6ff9

Browse files
authored
Merge pull request #2077 from kubernetes-sigs/dependabot/github_actions/actions/checkout-3.5.3
🌱 Bump actions/checkout from 3.5.2 to 3.5.3
2 parents a060c81 + b2f989a commit 4ce6ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out code
21-
uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # tag=v3.5.2
21+
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3
2222
with:
2323
ref: ${{ matrix.branch }}
2424
- name: Calculate go version

0 commit comments

Comments
 (0)