summaryrefslogtreecommitdiffstats
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorSimon Rettberg2024-03-15 15:57:28 +0100
committerSimon Rettberg2024-03-15 15:57:28 +0100
commit58f46cc03e4b1045a446da243166fe3f3c06b75d (patch)
treebb20619e2fbbdccc462706d6196ea15b3d330c07 /.github/workflows/release.yml
parentgithub: Add more kernels to build matrix (diff)
downloaddnbd3-58f46cc03e4b1045a446da243166fe3f3c06b75d.tar.gz
dnbd3-58f46cc03e4b1045a446da243166fe3f3c06b75d.tar.xz
dnbd3-58f46cc03e4b1045a446da243166fe3f3c06b75d.zip
github: Update checkout action, base image
Diffstat (limited to '.github/workflows/release.yml')
-rw-r--r--.github/workflows/release.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 75baa8d..6a06173 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,6 +7,7 @@ on:
jobs:
release:
name: Release dnbd3
+ # Use very old system (= libc) for building for best compatibility
runs-on: ubuntu-18.04
steps:
- name: Install dnbd3 dependencies
@@ -19,7 +20,7 @@ jobs:
libjansson-dev \
rpm
- name: Checkout dnbd3 repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Fetch dnbd3 repository tags
run: git fetch --prune --unshallow
- name: Configure dnbd3 release