Skip to content

Commit

Permalink
Merge pull request #490 from valentinpalkovic/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-node-3.2.0

build(deps): bump actions/setup-node from 3.1.1 to 3.2.0
  • Loading branch information
github-actions[bot] authored May 16, 2022
2 parents f79e385 + 315b73a commit 0c1dc1d
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@v3.1.1
uses: actions/setup-node@v3.2.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@v3.1.1
uses: actions/setup-node@v3.2.0
with:
node-version: 14
cache: "npm"
Expand Down

0 comments on commit 0c1dc1d

Please sign in to comment.