Skip to content

Commit fe6d992

Browse files
Merge pull request #391 from go-generalize/dependabot/github_actions/actions/checkout-4
2 parents e0ded49 + 8e547ec commit fe6d992

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: 1.18
2121
id: go
2222

23-
- uses: actions/checkout@v3
23+
- uses: actions/checkout@v4
2424

2525
- uses: actions/cache@v3
2626
with:
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
sdk: "2.14.4"
5454
- uses: nanasess/[email protected]
55-
- uses: actions/checkout@v3
55+
- uses: actions/checkout@v4
5656

5757
- uses: actions/cache@v3
5858
with:

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Check out code into the Go module directory
9-
uses: actions/checkout@v3
9+
uses: actions/checkout@v4
1010
- uses: actions/setup-go@v4
1111
with:
1212
go-version: 1.18

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 1
1616

0 commit comments

Comments
 (0)