From a5d71373232cdc0b70c6fc5ccb58df8db62a150f Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 21 Mar 2024 10:32:25 +0100 Subject: use read-file-action@v1.1.6 to avoid node20 problems --- .github/workflows/create_release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows') 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/read-file-action@v1.1.6 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/read-file-action@v1.1.6 with: path: "./CHANGELOG.tmp" -- cgit v1.2.3