Skip to content

Commit b7befe3

Browse files
authored
Merge pull request #18 from jferrl/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents f6c0925 + fe7077c commit b7befe3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: lint
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/setup-go@v5
1515
with:
1616
go-version-file: go.mod

.github/workflows/test.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@v5
4040
with:
4141
go-version: ${{ matrix.go-version }}
42-
- uses: actions/checkout@v4
42+
- uses: actions/checkout@v5
4343

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

0 commit comments

Comments
 (0)