From 255a896a3ac02757b0dac6777dcc097df4a533ae Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Fri, 21 Apr 2023 15:33:59 +0200 Subject: 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 --- .github/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') 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" -- cgit v1.2.3