From 765f74a74714ed16a2f9a5623d141a98bbf615a1 Mon Sep 17 00:00:00 2001 From: edvinskis Date: Mon, 15 Jul 2024 10:35:03 +0200 Subject: [PATCH] Update actions/checkout from v3 to v4 The actions/checkout@v3 action uses Node.js 16, which is deprecated. Updated to actions/checkout@v4 to ensure compatibility with Node.js 20. --- .github/workflows/links.yml | 2 +- .github/workflows/links_fail_fast.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 22f8f14..8e1edee 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -10,7 +10,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Link Checker uses: lycheeverse/lychee-action@v1.9.3 diff --git a/.github/workflows/links_fail_fast.yml b/.github/workflows/links_fail_fast.yml index 11b973b..40ed3c3 100644 --- a/.github/workflows/links_fail_fast.yml +++ b/.github/workflows/links_fail_fast.yml @@ -15,7 +15,7 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Link Checker uses: lycheeverse/lychee-action@v1.9.3