diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 0842701..b2f2374 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -116,7 +116,7 @@ jobs: version: ${{ steps.asset_version.outputs.version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }} @@ -158,7 +158,7 @@ jobs: runs-on: [ubuntu-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.ASSETS_COMMIT_TOKEN }} ref: ${{ github.head_ref || github.ref_name }}