Skip to content

Commit

Permalink
Update external references
Browse files Browse the repository at this point in the history
* To get support on github update all external stuff where we are depent on
  • Loading branch information
Gallimathias committed Jan 23, 2024
1 parent 8d30779 commit 42bc489
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: false #use cache

- name: Cache LFS
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: .git/lfs/objects
# In a push event this is the name of the branch (refs/heads/branch-name).
Expand All @@ -27,10 +27,10 @@ jobs:
- name: Pull LFS
run: git lfs pull

- name: Use Node.js 16.x
uses: actions/setup-node@v3
- name: Use Node.js 20.x
uses: actions/setup-node@v4
with:
node-version: 16.x
node-version: 20.x
cache: "yarn"

- name: restore packages
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ inputs:
"Github token with access to the repository (secrets.GITHUB_TOKEN)."
required: true
runs:
using: "node16"
using: "node20"
main: "dist/setup/action.js"

0 comments on commit 42bc489

Please sign in to comment.