diff --git a/.github/workflows/pr-format.yml b/.github/workflows/pr-format.yml index 28c57efca4..783b2fab10 100644 --- a/.github/workflows/pr-format.yml +++ b/.github/workflows/pr-format.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: enable-cache: true diff --git a/.github/workflows/pr-test-hato-bot.yml b/.github/workflows/pr-test-hato-bot.yml index 5cd2f78faa..8ef95eb79c 100644 --- a/.github/workflows/pr-test-hato-bot.yml +++ b/.github/workflows/pr-test-hato-bot.yml @@ -21,7 +21,7 @@ jobs: submodules: "recursive" persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: enable-cache: true - name: Install dependencies diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index a9f711eb15..1ba0ab2c6c 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -22,7 +22,7 @@ jobs: fetch-depth: 0 persist-credentials: false - name: Set up uv - uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 + uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0 with: enable-cache: true - name: Install uv