Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit fbedb57

Browse files
committed
Update checkout action.
1 parent 54dbe2d commit fbedb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/on-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v4
1212
- name: test
1313
run: echo "implement e2e tests"
1414
publish:
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121
- name: Release
2222
uses: softprops/action-gh-release@v1
2323
if: startsWith(github.ref, 'refs/tags/')

0 commit comments

Comments
 (0)