diff options
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" |