From ee2d764c23e548b128dc9ce75da050dce3f68b60 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 00:01:53 +0100 Subject: [PATCH] Bump actions/checkout from 5 to 6 in the github-actions group (#940) --- .github/workflows/fairy.yml | 2 +- .github/workflows/ffishjs.yml | 4 ++-- .github/workflows/release.yml | 8 ++++---- .github/workflows/stockfish.yml | 2 +- .github/workflows/wheels.yml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/fairy.yml b/.github/workflows/fairy.yml index 67c9607..3dfb53c 100644 --- a/.github/workflows/fairy.yml +++ b/.github/workflows/fairy.yml @@ -36,7 +36,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/ffishjs.yml b/.github/workflows/ffishjs.yml index 5d3c882..d0bee00 100644 --- a/.github/workflows/ffishjs.yml +++ b/.github/workflows/ffishjs.yml @@ -19,7 +19,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup cache id: cache-system-libraries uses: actions/cache@v4 @@ -53,7 +53,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup cache id: cache-system-libraries uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b99ac31..b449309 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: maximum-size: 16GB disk-root: "C:" - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: make run: cd src && make clean && make -j build COMP=mingw ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }}.exe && strip fairy-stockfish_${{ matrix.arch }}.exe @@ -46,7 +46,7 @@ jobs: runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: make run: cd src && make clean && make -j build COMP=gcc ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }} && strip fairy-stockfish_${{ matrix.arch }} @@ -72,7 +72,7 @@ jobs: runs-on: macos-15-intel steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: make run: cd src && make clean && make -j build COMP=clang ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }} && strip fairy-stockfish_${{ matrix.arch }} @@ -97,7 +97,7 @@ jobs: runs-on: macos-14 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: make run: cd src && make clean && make -j build COMP=clang ARCH=${{ matrix.arch }} EXE=fairy-stockfish_${{ matrix.arch }} && strip fairy-stockfish_${{ matrix.arch }} diff --git a/.github/workflows/stockfish.yml b/.github/workflows/stockfish.yml index acd3f73..bc2f567 100644 --- a/.github/workflows/stockfish.yml +++ b/.github/workflows/stockfish.yml @@ -39,7 +39,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: fetch-depth: 0 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index f6a4fac..add0702 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-24.04, windows-2022, macos-14] steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Used to host cibuildwheel - uses: actions/setup-python@v6 @@ -43,7 +43,7 @@ jobs: name: Build source distribution runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: '3.9' -- 1.7.0.4