From 42bc489c8ef9d679d585be76697f8d340696410e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Kr=C3=BCger?= Date: Mon, 22 Jan 2024 18:17:18 +0100 Subject: [PATCH] Update external references * To get support on github update all external stuff where we are depent on --- .github/workflows/ci.yml | 10 +++++----- action.yml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d032cf9..53c665a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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). @@ -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 diff --git a/action.yml b/action.yml index 350dfe7..663c869 100644 --- a/action.yml +++ b/action.yml @@ -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"