diff options
Diffstat (limited to '.github')
| -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 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 |
