Skip to content

Commit

Permalink
Merge pull request #31 from elisasre/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4

Bump actions/setup-node from 3 to 4
  • Loading branch information
heppu authored Oct 30, 2023
2 parents e3f34aa + 62a3a06 commit adcd915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: latest

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
username: ${{ secrets.QUAY_USERNAME }}
password: ${{ secrets.QUAY_TOKEN }}

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: latest

Expand Down

0 comments on commit adcd915

Please sign in to comment.