From f35787d296297a1d5eff7f76d3d3d4b34f7590e5 Mon Sep 17 00:00:00 2001 From: dependabot[bot] Date: Mon, 1 Dec 2025 15:59:51 +0000 Subject: Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-alpine.yml | 2 +- .github/workflows/ci-irctest.yml | 8 ++++---- .github/workflows/ci-linux.yml | 2 +- .github/workflows/ci-macos.yml | 2 +- .github/workflows/ci-windows.yml | 2 +- .github/workflows/misspell-fixer.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci-alpine.yml b/.github/workflows/ci-alpine.yml index ad3c05c8a..d0b083f82 100644 --- a/.github/workflows/ci-alpine.yml +++ b/.github/workflows/ci-alpine.yml @@ -14,7 +14,7 @@ jobs: INSPIRCD_DEBUG: 3 INSPIRCD_VERBOSE: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index e6bc017aa..f41321440 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-24.04-arm steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Run configure run: ./configure --development --disable-auto-extras --prefix=$HOME/inspircd @@ -65,7 +65,7 @@ jobs: find -name 'artifacts-inspircd.tar.gz' -exec tar -xzf '{}' \; - name: Checkout irctest - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: irctest ref: 4ee99ede9a0d6e8e88a6d7d98793f57465f9d841 @@ -80,7 +80,7 @@ jobs: - name: Checkout Anope if: matrix.services == 'anope' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: anope ref: 2.1.17 @@ -101,7 +101,7 @@ jobs: - name: Checkout Atheme if: matrix.services == 'atheme' - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: path: atheme ref: master diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 1ff274342..6d4211bfb 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -13,7 +13,7 @@ jobs: INSPIRCD_DEBUG: 3 INSPIRCD_VERBOSE: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Install dependencies run: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 65ff31e8c..01114d891 100644 --- a/.github/workflows/ci-macos.yml +++ b/.github/workflows/ci-macos.yml @@ -15,7 +15,7 @@ jobs: INSPIRCD_DEBUG: 3 INSPIRCD_VERBOSE: 1 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Prepare the build environment run: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 3d70530a7..66f88694e 100644 --- a/.github/workflows/ci-windows.yml +++ b/.github/workflows/ci-windows.yml @@ -15,7 +15,7 @@ jobs: BUILD_TYPE: ${{ github.event_name == 'release' && 'Release' || 'Debug' }} CONAN_HOME: ${{ github.workspace }}/win/build/conan steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup NSIS run: |- diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index f2915a893..103f058f8 100644 --- a/.github/workflows/misspell-fixer.yml +++ b/.github/workflows/misspell-fixer.yml @@ -9,7 +9,7 @@ jobs: env: REF_BRANCH: ${{ github.ref }} steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name : Set a couple env variables run: | echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV -- cgit v1.3.1-10-gc9f91