From 4d1d0cc8fd70711dd67788168306540c8d2ba037 Mon Sep 17 00:00:00 2001 From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 23:30:50 +0200 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the github-actions group (#905) --- .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 312fb74..67c9607 100644 --- a/.github/workflows/fairy.yml +++ b/.github/workflows/fairy.yml @@ -36,7 +36,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/ffishjs.yml b/.github/workflows/ffishjs.yml index 00e36e9..2115155 100644 --- a/.github/workflows/ffishjs.yml +++ b/.github/workflows/ffishjs.yml @@ -19,7 +19,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup cache id: cache-system-libraries uses: actions/cache@v4 @@ -53,7 +53,7 @@ jobs: node-version: [12.x] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup cache id: cache-system-libraries uses: actions/cache@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e8bc242..1229590 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@v4 + - uses: actions/checkout@v5 - 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@v4 + - uses: actions/checkout@v5 - 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-13 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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@v4 + - uses: actions/checkout@v5 - 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 1b3e47a..acd3f73 100644 --- a/.github/workflows/stockfish.yml +++ b/.github/workflows/stockfish.yml @@ -39,7 +39,7 @@ jobs: run: working-directory: src steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 8855769..aa04144 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -17,7 +17,7 @@ jobs: os: [ubuntu-24.04, windows-2022, macos-13] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 # Used to host cibuildwheel - uses: actions/setup-python@v5 @@ -43,7 +43,7 @@ jobs: name: Build source distribution runs-on: ubuntu-24.04 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: '3.9' -- 1.7.0.4