From 50c4140a0c5c0e10076fa494237fcf0a67be11b7 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Tue, 27 Feb 2024 10:39:59 +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 | 2 +- node_modules | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 76d9da89b..807860bd2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -30,7 +30,7 @@ jobs: run: make dist - name: Publish GitHub release - uses: cockpit-project/action-release@88d994da62d1451c7073e26748c18413fcdf46e9 + uses: cockpit-project/action-release@7d2e2657382e8d34f88a24b5987f2b81ea165785 with: filename: "cockpit-podman-${{ github.ref_name }}.tar.xz" diff --git a/node_modules b/node_modules index 87e795220..1ffffaf22 160000 --- a/node_modules +++ b/node_modules @@ -1 +1 @@ -Subproject commit 87e795220010d3f0053efce82a070166ae2985e2 +Subproject commit 1ffffaf22ffd8cd4fc4dd27cdd201d521da7fab7