From 643fe238e7156d3a7d9cc6642e80f304f8e0c0c0 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 20 Apr 2024 09:41:00 +0200 Subject: [PATCH] Bump ngIRCd --- .github/workflows/test-stable.yml | 2 +- workflows.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-stable.yml b/.github/workflows/test-stable.yml index fe3ab09..03f2d92 100644 --- a/.github/workflows/test-stable.yml +++ b/.github/workflows/test-stable.yml @@ -228,7 +228,7 @@ jobs: uses: actions/checkout@v3 with: path: ngircd - ref: 0714466af88d71d6c395629cd7fb624b099507d4 + ref: 3e3f6cbeceefd9357b53b27c2386bb39306ab353 repository: ngircd/ngircd - name: Build ngircd run: | diff --git a/workflows.yml b/workflows.yml index a33a96b..c55d214 100644 --- a/workflows.yml +++ b/workflows.yml @@ -230,7 +230,7 @@ software: name: ngircd repository: ngircd/ngircd refs: - stable: 0714466af88d71d6c395629cd7fb624b099507d4 # two years ahead of rel-26.1 + stable: 3e3f6cbeceefd9357b53b27c2386bb39306ab353 # three years ahead of rel-26.1 release: null devel: master devel_release: null