diff options
| author | 2025-09-01 23:32:36 +0000 | |
|---|---|---|
| committer | 2025-09-02 02:43:47 +0100 | |
| commit | c4fd6a252dc880f85ce25d2daa76572766fda266 (patch) | |
| tree | 592d297c9855f8fde00188c8399686d9f7537106 | |
| parent | Add long duration template variables to messageflood and repeat. (diff) | |
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [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/v4...v5)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
| -rw-r--r-- | .github/workflows/ci-alpine.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 8 | ||||
| -rw-r--r-- | .github/workflows/ci-linux.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci-macos.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/ci-windows.yml | 2 | ||||
| -rw-r--r-- | .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 d25920a37..ad3c05c8a 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@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index 30637b900..3c1a407ed 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@v4 + uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 with: path: irctest ref: 4ee99ede9a0d6e8e88a6d7d98793f57465f9d841 @@ -80,7 +80,7 @@ jobs: - name: Checkout Anope if: matrix.services == 'anope' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: anope ref: 2.1.17 @@ -101,7 +101,7 @@ jobs: - name: Checkout Atheme if: matrix.services == 'atheme' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: atheme ref: master diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 10b0922de..1ff274342 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@v4 + - uses: actions/checkout@v5 - name: Install dependencies run: | diff --git a/.github/workflows/ci-macos.yml b/.github/workflows/ci-macos.yml index 4aeb276f8..65ff31e8c 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@v4 + - uses: actions/checkout@v5 - name: Prepare the build environment run: | diff --git a/.github/workflows/ci-windows.yml b/.github/workflows/ci-windows.yml index 4bf3d8aea..23f38f7f6 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@v4 + - uses: actions/checkout@v5 - name: Setup NSIS run: |- diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index daca2637e..f2915a893 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@v4 + - uses: actions/checkout@v5 - name : Set a couple env variables run: | echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV |
