diff options
| author | Dan Engelbrecht <[email protected]> | 2023-04-21 15:33:59 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-04-21 15:33:59 +0200 |
| commit | 255a896a3ac02757b0dac6777dcc097df4a533ae (patch) | |
| tree | d64b5f878a9b6399584d251addb14e21cb6b1853 /.github/workflows | |
| parent | 0.2.5-pre0 (diff) | |
| download | zen-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
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/create_release.yml | 4 |
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" |