Skip to content

Commit 8343890

Browse files
chore(deps): update actions/checkout action to v5
1 parent afff491 commit 8343890

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v5
1414
- name: Init Hermit
1515
run: ./bin/hermit env -r >> $GITHUB_ENV
1616
- name: Test
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v5
2424
- name: Init Hermit
2525
run: ./bin/hermit env -r >> $GITHUB_ENV
2626
- name: golangci-lint

0 commit comments

Comments
 (0)