aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci-irctest.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/ci-irctest.yml')
-rw-r--r--.github/workflows/ci-irctest.yml8
1 files changed, 4 insertions, 4 deletions
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