Skip to content

Commit ecb8191

Browse files
authored
Merge pull request #90 from shogo82148/dependabot/github_actions/actions/checkout-4
2 parents 7ea01d1 + 8668f73 commit ecb8191

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

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

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v3
33+
uses: actions/checkout@v4
3434

3535
# Initializes the CodeQL tools for scanning.
3636
- name: Initialize CodeQL

.github/workflows/go.yml

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

3232
steps:
3333
- name: Check out code into the Go module directory
34-
uses: actions/checkout@v3
34+
uses: actions/checkout@v4
3535

3636
- name: Set up Go ${{ matrix.go }}
3737
uses: actions/setup-go@v4

.github/workflows/reviewdog.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Check out code into the Go module directory
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: golangci-lint
1212
uses: reviewdog/action-golangci-lint@v2
1313
with:
@@ -17,7 +17,7 @@ jobs:
1717
actionlint:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- uses: reviewdog/action-actionlint@v1
2222
with:
2323
reporter: github-pr-review

0 commit comments

Comments
 (0)