From 80e9e0a8e7a7e52e0898e1d3ed6ba3c6ad70cfca Mon Sep 17 00:00:00 2001 From: Natalie Arellano Date: Fri, 1 Nov 2024 15:29:32 -0400 Subject: [PATCH] Update actions Signed-off-by: Natalie Arellano --- .github/workflows/build.yml | 4 ++-- .github/workflows/check-latest-release.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e8c585780..31de3e589 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -289,7 +289,7 @@ jobs: milestone: ${{ env.PACK_MILESTONE }} - name: Create Pre-Release if: ${{ env.PACK_VERSION != env.PACK_MILESTONE }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -370,7 +370,7 @@ jobs: - name: Create Beta Release if: ${{ env.PACK_VERSION == env.PACK_MILESTONE }} - uses: softprops/action-gh-release@v1 + uses: softprops/action-gh-release@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/check-latest-release.yml b/.github/workflows/check-latest-release.yml index 7aaead841..b02bc975b 100644 --- a/.github/workflows/check-latest-release.yml +++ b/.github/workflows/check-latest-release.yml @@ -70,7 +70,7 @@ jobs: fi - name: Scan latest release image id: scan-image - uses: anchore/scan-action@v4 + uses: anchore/scan-action@v5 with: image: buildpacksio/pack:${{ steps.read-go.outputs.latest-release-version }} - name: Create issue if needed