Skip to content

Commit b8f9856

Browse files
committed
feat: upgrade to checkout@v4 and cache@v4
1 parent af39f51 commit b8f9856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ jobs:
99
github-pages:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: actions/cache@v3
12+
- uses: actions/checkout@v4
13+
- uses: actions/cache@v4
1414
with:
1515
path: |
1616
.asdf/**

0 commit comments

Comments
 (0)