diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8080f77..534d143 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: id-token: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.CHECKOUT_REF }} @@ -81,7 +81,7 @@ jobs: pull-requests: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{ env.CHECKOUT_REF }}