From 604232c9dc55c3465ccf63e90682609454a98454 Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 5 Nov 2024 14:42:00 +0100 Subject: [PATCH 1/4] ci: bump actions/checkout to v4 --- .github/workflows/deploy.yml | 2 +- .github/workflows/preview.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1e5c6bf..e04bfa1 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,7 +9,7 @@ jobs: gh-pages: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: node-version: 18 diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index aaeaec5..013a9f6 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -7,7 +7,7 @@ jobs: Netlify: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: nelonoel/branch-name@v1.0.1 - uses: jsmrcaga/action-netlify-deploy@master with: From cf0ce74da61b79a005c545c8da4777615c6a1fcc Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 5 Nov 2024 14:42:56 +0100 Subject: [PATCH 2/4] ci: bump actions/setup-node to v4 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e04bfa1..839665d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18 - run: npm ci From 1b0863f29bd40b027e2fa81934516b140ce382fe Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 5 Nov 2024 14:43:29 +0100 Subject: [PATCH 3/4] ci: use node 22 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 839665d..6c2caf3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: 18 + node-version: 22 - run: npm ci - run: npm run build - uses: Cecilapp/GitHub-Pages-deploy@v3 From b017c7553840fd0560acdaff70b7e5edb7b48baa Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 5 Nov 2024 14:44:31 +0100 Subject: [PATCH 4/4] ci: bump exercism/pr-commenter-action to v1.5.1 --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 013a9f6..0a925a7 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -15,7 +15,7 @@ jobs: NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }} deploy_alias: ${{ env.BRANCH_NAME }} - - uses: exercism/pr-commenter-action@v1.4.0 + - uses: exercism/pr-commenter-action@v1.5.1 with: github-token: ${{ secrets.GITHUB_TOKEN }} template-variables: |