Skip to content

Commit

Permalink
Merge pull request #108 from merakigenart/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/cache-3.3.2

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
github-actions[bot] authored Sep 8, 2023
2 parents 05c7ae7 + 87667c5 commit 45dd82a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "::set-output name=dir::$(npm config get cache)"

- name: Cache dependencies
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
id: npm-cache
with:
path: ${{ steps.npm-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 45dd82a

Please sign in to comment.