aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-04-21 15:33:59 +0200
committerGitHub <[email protected]>2023-04-21 15:33:59 +0200
commit255a896a3ac02757b0dac6777dcc097df4a533ae (patch)
treed64b5f878a9b6399584d251addb14e21cb6b1853
parent0.2.5-pre0 (diff)
downloadzen-255a896a3ac02757b0dac6777dcc097df4a533ae.tar.xz
zen-255a896a3ac02757b0dac6777dcc097df4a533ae.zip
switch to juliangruber/read-file-action to avoid deprecated api usage (#252)
* switch andstor/file-reader-action for juliangruber/read-file-action in create_release.yml
-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 8fa63899e..e33392fec 100644
--- a/.github/workflows/create_release.yml
+++ b/.github/workflows/create_release.yml
@@ -197,7 +197,7 @@ jobs:
- name: Read VERSION.txt
id: read_version
- uses: andstor/file-reader-action@v1
+ uses: juliangruber/read-file-action@v1
with:
path: "VERSION.txt"
@@ -236,7 +236,7 @@ jobs:
- name: Read CHANGELOG.tmp
id: read_changelog
- uses: andstor/file-reader-action@v1
+ uses: juliangruber/read-file-action@v1
with:
path: "CHANGELOG.tmp"