Skip to content

Commit f32e98d

Browse files
authored
Merge pull request #3408 from kubernetes-sigs/dependabot/github_actions/actions/checkout-3
build(deps): bump actions/checkout from 2 to 3
2 parents 539cdda + 5451139 commit f32e98d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
language: [ 'go' ]
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v3
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.17'
2525
id: go
2626
- name: Check out code into the Go module directory
27-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2828
- uses: actions/cache@v2
2929
name: Restore go cache
3030
with:

0 commit comments

Comments
 (0)