Skip to content

Commit

Permalink
ci: bumps actions/cacheand actions/dependency-review-action to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Jan 22, 2024
1 parent 5746baf commit 1e1ed5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{matrix.node-version}}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: node_modules
key: ${{matrix.node-version}}@${{matrix.platform}}-build-${{hashFiles('package.json')}}
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
echo '```' >> $GITHUB_STEP_SUMMARY
- name: dependency review (manifest scan)
if: matrix.node-version == env.NODE_LATEST && github.event_name == 'pull_request'
uses: actions/dependency-review-action@v3
uses: actions/dependency-review-action@v4

check-windows:
env:
Expand All @@ -105,7 +105,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: ${{env.NODE_LATEST}}
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: node_modules
key: ${{matrix.node-version}}@${{matrix.platform}}-build-${{hashFiles('package.json')}}
Expand Down

0 comments on commit 1e1ed5d

Please sign in to comment.