We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c36cf25 commit 351cfa2Copy full SHA for 351cfa2
.github/workflows/deploy.yml
@@ -10,7 +10,7 @@ jobs:
10
VITE_ALGOLIA_ADMIN_KEY: ${{secrets.ALGOLIA_ADMIN_KEY}}
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
14
with:
15
token: ${{ secrets.GITHUB_TOKEN }}
16
# If your repository depends on submodule, please see: https://github.com/actions/checkout
@@ -19,7 +19,7 @@ jobs:
19
20
node-version: '18'
21
- name: Cache NPM dependencies
22
- uses: actions/cache@v2
+ uses: actions/cache@v4
23
24
path: node_modules
25
key: ${{ runner.OS }}-npm-cache
0 commit comments