From 3efd46a2ee158a4a07520a96a68e13b3143a3fd4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 27 Feb 2024 10:38:57 +0100 Subject: [PATCH] workflows: Bump action-release to get github-script@v7 This gets rid of the obsolete node.js 16. See https://github.com/cockpit-project/action-release/commit/7d2e2657382e8 --- .github/workflows/release.yml.disabled | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml.disabled index a7bbf6b..20609b8 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml.disabled @@ -33,6 +33,6 @@ jobs: run: make dist - name: Publish GitHub release - uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 + uses: cockpit-project/action-release@7d2e2657382e8d34f88a24b5987f2b81ea165785 with: filename: "TARNAME-${{ github.ref_name }}.tar.xz"