Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from Projektanker/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
just-seba authored Mar 2, 2024
2 parents 42af193 + 59590e5 commit 54a5d38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@v3

- name: 🏗 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: 🟣 Setup .NET
uses: actions/setup-dotnet@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
uses: actions/checkout@v3

- name: 🏗 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: 🟣 Setup .NET
uses: actions/setup-dotnet@v4
Expand All @@ -104,7 +104,7 @@ jobs:
uses: actions/checkout@v3

- name: 🏗 Setup node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4

- name: 🟣 Setup .NET
uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 54a5d38

Please sign in to comment.