Skip to content

Commit 0b730c1

Browse files
authored
Merge pull request #13 from ryeguard/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents 71a1b1e + 78db081 commit 0b730c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212

1313
- name: Set up Go
1414
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)