aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2024-03-21 10:32:25 +0100
committerStefan Boberg <[email protected]>2024-03-21 10:32:25 +0100
commita5d71373232cdc0b70c6fc5ccb58df8db62a150f (patch)
tree6a8d9712efced801c9d78dd7d913a2dfdd50a109 /.github/workflows
parent5.4.2-pre4 (diff)
downloadzen-a5d71373232cdc0b70c6fc5ccb58df8db62a150f.tar.xz
zen-a5d71373232cdc0b70c6fc5ccb58df8db62a150f.zip
use [email protected] to avoid node20 problems
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/create_release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/create_release.yml b/.github/workflows/create_release.yml
index 43e4041b4..12b1e1c90 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -187,7 +187,7 @@ jobs:
- name: Read VERSION.txt
id: read_version
- uses: ue-foundation/read-file-action@v1
+ uses: ue-foundation/[email protected]
with:
path: "./VERSION.txt"
@@ -226,7 +226,7 @@ jobs:
- name: Read CHANGELOG.tmp
id: read_changelog
- uses: ue-foundation/read-file-action@v1
+ uses: ue-foundation/[email protected]
with:
path: "./CHANGELOG.tmp"