summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHauke Mehrtens2026-04-12 15:33:22 +0000
committerChristian Marangi2026-07-20 10:50:39 +0000
commit04fd025d6bde57a338cb5b50c70bd30e11d07a0e (patch)
treeec8de4afc5d8f62a8ec9a17a45bf8fd8425bd94a
parentd91a9ac1efc06b58c92b0e20951288a3de214416 (diff)
github: github-release: update dependencies
Update the dependencies to the latest version. The biggest change is the update to Node.js 24. Link: https://github.com/openwrt/openwrt/pull/22903 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> (cherry picked from commit 372e57f243456da71d1bb28df7b332d9296b76d9) Link: https://github.com/openwrt/openwrt/pull/24319 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
-rw-r--r--.github/workflows/github-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml
index 55d01f85cb..db10a0b742 100644
--- a/.github/workflows/github-release.yml
+++ b/.github/workflows/github-release.yml
@@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
- name: Release
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v3
with:
draft: true
prerelease: true