Skip to content

Commit

Permalink
Merge pull request #531 from aiscript-dev/dependabot/github_actions/g…
Browse files Browse the repository at this point in the history
…h-actions-3e83326924

Bump the gh-actions group with 1 update
  • Loading branch information
FineArchs authored Jan 20, 2024
2 parents 3e1c854 + 2f16340 commit 592d572
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
node-version: 20.x

- name: AiScript Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
Expand All @@ -33,7 +33,7 @@ jobs:
run: npm run build

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-playground-${{ hashFiles('playground/package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 20.x

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-nightly-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
node-version: 20.x

- name: Cache dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
Expand Down

0 comments on commit 592d572

Please sign in to comment.