Skip to content

Commit 304897a

Browse files
authored
Merge pull request #51 from github/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 63668b1 + 10de648 commit 304897a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v4
1717
with:
1818
go-version: "1.18.5"

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- uses: actions/setup-go@v4
1717
with:
1818
go-version: "1.18.5"

0 commit comments

Comments
 (0)