Skip to content

Commit

Permalink
Update actions/setup-node action to v4.0.2 (#1209)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 7, 2024
1 parent 42bca5d commit db99349
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Full git history is needed to get a proper list
# of changed files within `super-linter`
fetch-depth: 0
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
cache: npm
- run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gitleaks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/[email protected].1
- uses: actions/[email protected].2
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down

0 comments on commit db99349

Please sign in to comment.