Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 18, 2023
1 parent 0f93eb1 commit a6600d8
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 @@ -40,7 +40,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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
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].0
- uses: actions/[email protected].1
if: github.event_name != 'pull_request' || github.event.action != 'closed'
with:
cache: npm
Expand Down

0 comments on commit a6600d8

Please sign in to comment.