Skip to content

Commit a93bd73

Browse files
authored
Merge pull request #8 from adamdecaf/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents a64aeea + 541eeb7 commit a93bd73

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@v3
23+
uses: actions/checkout@v4
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@v2
16+
- uses: actions/checkout@v4
1717

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

0 commit comments

Comments
 (0)