diff --git a/.github/workflows/_audit.yml b/.github/workflows/_audit.yml index e0007f3..bb7d758 100644 --- a/.github/workflows/_audit.yml +++ b/.github/workflows/_audit.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_lint.yml b/.github/workflows/_lint.yml index 0a636ab..c4d2efc 100644 --- a/.github/workflows/_lint.yml +++ b/.github/workflows/_lint.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_package-publish.yml b/.github/workflows/_package-publish.yml index df3e08b..4fb942a 100644 --- a/.github/workflows/_package-publish.yml +++ b/.github/workflows/_package-publish.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" cache-dependency-glob: uv.lock diff --git a/.github/workflows/_scheduled-test.yml b/.github/workflows/_scheduled-test.yml index c5e59f7..5b57741 100644 --- a/.github/workflows/_scheduled-test.yml +++ b/.github/workflows/_scheduled-test.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_test.yml b/.github/workflows/_test.yml index a811fc1..4d33e53 100644 --- a/.github/workflows/_test.yml +++ b/.github/workflows/_test.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_vercel-preview.yml b/.github/workflows/_vercel-preview.yml index 5df6cb2..c2214dd 100644 --- a/.github/workflows/_vercel-preview.yml +++ b/.github/workflows/_vercel-preview.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" enable-cache: true diff --git a/.github/workflows/_vercel-production.yml b/.github/workflows/_vercel-production.yml index 027b4ad..f7e683b 100644 --- a/.github/workflows/_vercel-production.yml +++ b/.github/workflows/_vercel-production.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install uv - uses: astral-sh/setup-uv@f94ec6bedd8674c4426838e6b50417d36b6ab231 # v5.3.1 + uses: astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # v7.1.0 with: version: "0.6.3" enable-cache: true