diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 0e4e1ac..742628a 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -3,5 +3,5 @@ on: [pull_request] jobs: build: - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@2.0.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-build-pr.yml@v2.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/close_invalid_prs.yml b/.github/workflows/close_invalid_prs.yml index 2c0a555..060b056 100644 --- a/.github/workflows/close_invalid_prs.yml +++ b/.github/workflows/close_invalid_prs.yml @@ -5,6 +5,6 @@ on: jobs: close: - uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.0.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/close-invalid-prs.yml@v2.1.0 with: protected-branch: master \ No newline at end of file diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 3a86b3a..e421c02 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -5,5 +5,5 @@ on: jobs: publish: - uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.0.1 + uses: OneLiteFeatherNET/workflows/.github/workflows/gradle-publish.yml@v2.1.0 secrets: inherit \ No newline at end of file diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index 00eeb27..2f01aae 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -9,4 +9,4 @@ permissions: jobs: release: - uses: OneLiteFeatherNET/workflows/.github/workflows/release-please.yml@v2.0.1 \ No newline at end of file + uses: OneLiteFeatherNET/workflows/.github/workflows/release-please.yml@v2.1.0 \ No newline at end of file