Skip to content

Commit 351cfa2

Browse files
committed
Updates github action
1 parent c36cf25 commit 351cfa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
VITE_ALGOLIA_ADMIN_KEY: ${{secrets.ALGOLIA_ADMIN_KEY}}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
1616
# If your repository depends on submodule, please see: https://github.com/actions/checkout
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version: '18'
2121
- name: Cache NPM dependencies
22-
uses: actions/cache@v2
22+
uses: actions/cache@v4
2323
with:
2424
path: node_modules
2525
key: ${{ runner.OS }}-npm-cache

0 commit comments

Comments
 (0)