diff options
| author | 2024-05-28 22:49:47 +0100 | |
|---|---|---|
| committer | 2024-05-28 22:49:47 +0100 | |
| commit | 742b11dbe409b71d6f00662b567afe68770d5ee5 (patch) | |
| tree | 2d48d7e39fe35bfb0359a9b609d6e44ac04c5fdc /.github/workflows | |
| parent | Sync the Windows NSIS installer with the latest code from CMake. (diff) | |
Update irctest.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci-irctest.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/ci-irctest.yml b/.github/workflows/ci-irctest.yml index cb97dc711..af97ea2e4 100644 --- a/.github/workflows/ci-irctest.yml +++ b/.github/workflows/ci-irctest.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 with: path: irctest - ref: f4a01cfe491db6d891a4fd0977f27c5ca5ebaca2 + ref: 2dea91e17a873761f20bd10a9a188f6abe2046ba repository: progval/irctest - name: Run configure @@ -73,7 +73,7 @@ jobs: uses: actions/checkout@v4 with: path: irctest - ref: f4a01cfe491db6d891a4fd0977f27c5ca5ebaca2 + ref: 2dea91e17a873761f20bd10a9a188f6abe2046ba repository: progval/irctest - name: Install irctest dependencies @@ -88,7 +88,7 @@ jobs: uses: actions/checkout@v4 with: path: anope - ref: 2.0.14 + ref: 2.0.15 repository: anope/anope - name: Build and install Anope |
