Skip to content

Commit

Permalink
Dependency updates only. Nothing interesting.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisl8 committed Mar 6, 2024
1 parent 1485f06 commit 0e8b221
Show file tree
Hide file tree
Showing 7 changed files with 2,137 additions and 1,532 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/react.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: latest
cache: 'npm'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: ${{ github.workspace }}/setup-noetic.sh
Loading

0 comments on commit 0e8b221

Please sign in to comment.