From 1bd96fe8ba9b36db7f91a3bba7b3ff5f900a3a52 Mon Sep 17 00:00:00 2001 From: Lanski <19168735+Pol-Lanski@users.noreply.github.com> Date: Wed, 25 Mar 2026 11:12:25 +0100 Subject: [PATCH] Update GitHub Actions to use checkout and setup-node v6 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 52db4bd..a3cef93 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,8 @@ jobs: runs-on: ipfs-dev-gateway if: github.event_name == 'push' || github.event_name == 'repository_dispatch' steps: - - uses: actions/checkout@v4 - - uses: actions/setup-node@v4 + - uses: actions/checkout@v6 + - uses: actions/setup-node@v6 with: node-version: '22' - name: Log in to GitHub Container Registry