Skip to content

Commit

Permalink
Merge pull request #38 from lineupjs/dependabot/github_actions/develo…
Browse files Browse the repository at this point in the history
…p/actions/cache-2.1.6

build(deps): bump actions/cache from 2.1.5 to 2.1.6
  • Loading branch information
sgratzl authored Jun 4, 2021
2 parents 3460b0d + a6cca8f commit 7bd2a9a
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 @@ -15,7 +15,7 @@ jobs:
- run: cat .yarnrc_patch.yml >> .yarnrc.yml
- run: yarn config set checksumBehavior ignore
- name: Cache Node.js modules
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
path: ./.yarn
key: ${{ runner.os }}-yarn2-${{ hashFiles('**/yarn.lock') }}
Expand Down

0 comments on commit 7bd2a9a

Please sign in to comment.