Skip to content

Commit 5eddfaa

Browse files
Bump actions/checkout from 3 to 4 (#2912)
1 parent 1a6e6fe commit 5eddfaa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ${{ matrix.platform }}
2424

2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727

2828
- name: golangci-lint ${{ matrix.working-directory }}
2929
uses: golangci/golangci-lint-action@v3

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-go@v4
4040
with:
4141
go-version: ${{ matrix.go-version }}
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343

4444
# Get values for cache paths to be used in later steps
4545
- id: cache-paths

0 commit comments

Comments
 (0)