Skip to content

Commit e49c0ee

Browse files
authored
Update deploy.yml
1 parent 1dd5afc commit e49c0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
3737
- name: Cache pnpm modules
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
env:
4040
cache-name: cache-pnpm-modules
4141
with:
@@ -84,4 +84,4 @@ jobs:
8484
# with:
8585
# token: ${{ secrets.ACCESS_TOKEN }}
8686
# branch: gh-pages # The branch the action should deploy to.
87-
# folder: build # The folder the action should deploy.
87+
# folder: build # The folder the action should deploy.

0 commit comments

Comments
 (0)