From f6b4737aa8afe66346eea2618be6c702d4980c4c Mon Sep 17 00:00:00 2001 From: Mariot Chauvin Date: Wed, 15 May 2024 18:36:03 +0100 Subject: [PATCH] Update used actions --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3d408144..22eb50b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: LAST_TEAMCITY_BUILD=650 echo "BUILD_NUMBER=$(( $GITHUB_RUN_NUMBER + $LAST_TEAMCITY_BUILD ))" >> $GITHUB_ENV - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Setup AWS credentials to enable uploading to S3 for Riff-Raff. # See https://github.com/aws-actions/configure-aws-credentials @@ -32,8 +32,9 @@ jobs: aws-region: eu-west-1 - run: corepack enable + - name: Setup Node - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version-file: ".nvmrc"