Skip to content

Commit

Permalink
Merge pull request #1529 from valentinpalkovic/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-node-4.0.4

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
github-actions[bot] authored Sep 19, 2024
2 parents d2d6fba + f5de1f6 commit 098396a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
fetch-depth: 0 # Required to retrieve git history
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand All @@ -48,7 +48,7 @@ jobs:
fetch-depth: 0 # Required to retrieve git history
token: ${{ secrets.GH_TOKEN_SEMANTIC }}
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit 098396a

Please sign in to comment.