Skip to content

Commit 26ce5cf

Browse files
authored
Merge pull request #12 from adamdecaf/renovate/actions-checkout-5.x
chore(deps): update actions/checkout action to v5
2 parents ab6b1ef + d956137 commit 26ce5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
go-version: stable
2121

2222
- name: Check out code into the Go module directory
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Install make (Windows)
2626
if: runner.os == 'Windows'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
goreleaser:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717

1818
- name: Set up Go 1.x
1919
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)