diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 1acef00..d8c394b 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0 @@ -65,7 +65,7 @@ jobs: # Publish the Release to GitHub - name: Make Release - uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 + uses: softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe with: files: | ${{ env.zipFile }} diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 9b11c7b..d8ba5bb 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false fetch-depth: 0