Skip to content

Commit

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

build(deps): bump actions/setup-node from 4.0.4 to 4.1.0
  • Loading branch information
github-actions[bot] authored Oct 24, 2024
2 parents 098396a + 59bec15 commit a1195fe
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/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
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/setup-node@v4.0.4
uses: actions/setup-node@v4.1.0
with:
node-version: 18
cache: 'npm'
Expand Down

0 comments on commit a1195fe

Please sign in to comment.