Skip to content

Commit

Permalink
Merge pull request #69 from touno-io/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.3.1

fix(deps): bump actions/cache from 2.1.7 to 3.3.1
  • Loading branch information
dvgamerr authored Jun 22, 2023
2 parents 74149dd + 44daad1 commit 36a1d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: echo "::set-output name=dir::$(yarn cache dir)"

- name: Cache node_modules 📦
uses: actions/cache@v2.1.7
uses: actions/cache@v3.3.1
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
with:
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
Expand Down

0 comments on commit 36a1d31

Please sign in to comment.