diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 291e793..7e0390a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -22,7 +22,7 @@ jobs: attestations: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: @@ -40,7 +40,7 @@ jobs: attestations: write id-token: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: ./ with: @@ -60,7 +60,7 @@ jobs: - integration-test-no-force-build - integration-test-with-force-build steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Update currently active version tag to point to newest commit run: | diff --git a/action.yaml b/action.yaml index cb7fc6b..023a91d 100644 --- a/action.yaml +++ b/action.yaml @@ -45,7 +45,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 # We need the entire history to check if the Dockerfile has changed