From 710e924ae6e72d7c78402ee41a791d831865afdd Mon Sep 17 00:00:00 2001 From: Cody Brock <46174100+codybrock@users.noreply.github.com> Date: Fri, 30 Jan 2026 17:35:50 -0700 Subject: [PATCH] Update GitHub Actions version in README Updated GitHub Actions workflow version from v0.18 to v0.19 in README. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2ede432..05b7e56 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,9 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: digiur/GDCICD/actions/fetch-engine@v0.18 - - uses: digiur/GDCICD/actions/build-project@v0.18 - - uses: digiur/GDCICD/actions/publish-itchio@v0.18 + - uses: digiur/GDCICD/actions/fetch-engine@v0.19 + - uses: digiur/GDCICD/actions/build-project@v0.19 + - uses: digiur/GDCICD/actions/publish-itchio@v0.19 with: itchio_target: "/:web" api_key: ${{ secrets.ITCHIO_API_KEY }} @@ -244,3 +244,4 @@ steps: ## Need Help? 🛟 Open an issue or discussion in this repo! +