Skip to content

Commit

Permalink
Merge pull request #1029 from xeroxinteractive/renovate/actions-cache…
Browse files Browse the repository at this point in the history
…-3.x

Update actions/cache action to v3
  • Loading branch information
AndrewLeedham authored Mar 23, 2022
2 parents 018fe21 + b057c88 commit 1fb2de8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/browserslist-stats-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "::set-output name=dir::$(yarn cache dir)"
- uses: actions/cache@v2
- uses: actions/cache@v3
id: yarn-cache
with:
path: |
Expand Down
7 changes: 1 addition & 6 deletions __tests__/audit.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ test('packages do not have vunerabilities', () => {
level: 'moderate',
dependencyType: 'dependencies',
}).toPassPackageAudit({
allow: [
// Patched version is ESM!
'ansi-regex',
// No patch available.
'trim-off-newlines',
],
allow: ['minimist'],
});
});

0 comments on commit 1fb2de8

Please sign in to comment.