Skip to content

Commit

Permalink
Merge pull request #885 from wulfland/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-3.8.1

Bump actions/setup-node from 2.5.1 to 3.8.1
  • Loading branch information
wulfland authored Jan 17, 2024
2 parents a312d76 + 8c81744 commit 61b75e9
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Deploy-Azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
dotnet-version: '5.0.x'

- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.8.1
with:
node-version: 10.16.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
dotnet-version: '5.0.x'

- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.8.1
with:
node-version: 10.16.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/openid-connect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dotnet-version: '5.0.x'

- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.8.1
with:
node-version: 10.16.3

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
dotnet-version: '5.0.x'

- name: Setup Node
uses: actions/setup-node@v2.5.1
uses: actions/setup-node@v3.8.1
with:
node-version: 10.16.3

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.8.1
with:
node-version: 12
- run: |
Expand All @@ -31,7 +31,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.8.1
with:
node-version: 12
registry-url: https://npm.pkg.github.com/
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-node@v2.5.1
- uses: actions/setup-node@v3.8.1
with:
node-version: 12
registry-url: https://registry.npmjs.org
Expand Down

0 comments on commit 61b75e9

Please sign in to comment.