From 401e546bc7ed384dd5c3963c84978e127e66bc4c Mon Sep 17 00:00:00 2001 From: seymourimadeit Date: Sun, 2 Feb 2025 19:42:19 -0800 Subject: [PATCH] [MAJOR_BUMP] lying docs!!! --- .github/workflows/build.yml | 2 +- .github/workflows/bump-to-major-or-minor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4377214..13daeb6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: with: arguments: build gradle-version: 8.9 - - uses: BrycensRanch/read-properties-action@latest + - uses: BrycensRanch/read-properties-action@v1 id: version with: file: gradle.properties diff --git a/.github/workflows/bump-to-major-or-minor.yaml b/.github/workflows/bump-to-major-or-minor.yaml index 4b59293..77f817d 100644 --- a/.github/workflows/bump-to-major-or-minor.yaml +++ b/.github/workflows/bump-to-major-or-minor.yaml @@ -10,7 +10,7 @@ jobs: with: fetch-depth: 1000 fetch-tags: true - - uses: BrycensRanch/read-properties-action@latest + - uses: BrycensRanch/read-properties-action@v1 id: version with: file: gradle.properties