diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea605cf..6ac3492 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0 + - uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Install dependencies @@ -39,7 +39,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0 + - uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Install dependencies @@ -56,7 +56,7 @@ jobs: python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: - - uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0 + - uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Install dependencies diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index fc3038f..6df8ce1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: contents: read steps: - - uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0 + - uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0 - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 - name: Build distribution @@ -46,7 +46,7 @@ jobs: steps: # This checkout might seem useless but it lets the uv step below use the uv cache. - - uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0 + - uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0 with: persist-credentials: false diff --git a/.github/workflows/version.yml b/.github/workflows/version.yml index b9fe76d..8252630 100644 --- a/.github/workflows/version.yml +++ b/.github/workflows/version.yml @@ -27,7 +27,7 @@ jobs: # Auth for the repo is setup at this step, so we need to pass the bot token # in so that it does not use the GITHUB_TOKEN when the tag is pushed. This # allows this workflow to trigger another workflow from the tag event. - - uses: useblacksmith/checkout@f50565632710173b0e366f2cd39b928d31362815 # v1.6.0 + - uses: useblacksmith/checkout@0647fdbab2614a5eb86d2971070e325060d91056 # v1.7.0 with: ref: main token: ${{ steps.generateAppToken.outputs.token }}