Skip to content

Commit 6b3a03a

Browse files
authored
Merge pull request #99 from oschwald/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 945b863 + d5ac723 commit 6b3a03a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
# We must fetch at least the immediate parents so that if this is
2121
# a pull request then we can checkout the head.

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
id: go
2020

2121
- name: Check out code into the Go module directory
22-
uses: actions/checkout@v2
22+
uses: actions/checkout@v3
2323
with:
2424
submodules: true
2525

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: lint
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: golangci-lint
1212
uses: golangci/golangci-lint-action@v3
1313
with:

0 commit comments

Comments
 (0)