Skip to content

Commit

Permalink
build(deps): update all actions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Mar 11, 2024
1 parent af8d626 commit d94779a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cp -a routr/charts/* /tmp/charts
- name: Checkout current repo
uses: actions/checkout@v4
- name: Installing Node
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "20.x"
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
with:
fetch-depth: 0
token: ${{ secrets.GH_PAT }}
- name: Installing Node
uses: actions/setup-node@v3
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18.x"
node-version: "20.x"
- name: Build project
run: npm run make
- name: Check for next release
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
body: ${{ steps.changelog.outputs.changelog }}
draft: true
- name: Upload build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: routr-build
path: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tag-npm-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18
node-version: "20.x"
- name: Checkout repository
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d94779a

Please sign in to comment.