Skip to content

Commit

Permalink
ci: bump actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD committed Mar 5, 2024
1 parent ef61a5c commit b1ad2e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Node.js
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.2

- name: Node version
shell: bash
Expand Down Expand Up @@ -57,12 +57,12 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

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

- name: Cache NPM
uses: actions/cache@v3
Expand Down

0 comments on commit b1ad2e1

Please sign in to comment.