mirror of
https://github.com/j178/prek.git
synced 2026-04-25 02:11:36 +02:00
Update GitHub Actions (#1515)
This commit is contained in:
+13
-13
@@ -190,7 +190,7 @@ jobs:
|
||||
with:
|
||||
persist-credentials: false
|
||||
- name: "Install cargo shear"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-shear
|
||||
- run: cargo shear
|
||||
@@ -214,12 +214,12 @@ jobs:
|
||||
run: rustup component add llvm-tools-preview
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
- name: "Install cargo-llvm-cov"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-llvm-cov
|
||||
|
||||
@@ -277,12 +277,12 @@ jobs:
|
||||
run: rustup component add llvm-tools-preview
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
- name: "Install cargo-llvm-cov"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-llvm-cov
|
||||
|
||||
@@ -292,7 +292,7 @@ jobs:
|
||||
version: ${{ env.UV_VERSION }}
|
||||
|
||||
- name: "Install Python"
|
||||
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
@@ -340,12 +340,12 @@ jobs:
|
||||
run: rustup component add llvm-tools-preview
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
- name: "Install cargo-llvm-cov"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-llvm-cov
|
||||
|
||||
@@ -356,7 +356,7 @@ jobs:
|
||||
cache-local-path: ${{ env.DEV_DRIVE }}/uv-cache
|
||||
|
||||
- name: "Install Python"
|
||||
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
@@ -435,12 +435,12 @@ jobs:
|
||||
run: rustup component add llvm-tools-preview
|
||||
|
||||
- name: "Install cargo nextest"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-nextest
|
||||
|
||||
- name: "Install cargo-llvm-cov"
|
||||
uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-llvm-cov
|
||||
|
||||
@@ -455,7 +455,7 @@ jobs:
|
||||
|
||||
- name: "Install Python"
|
||||
if: ${{ matrix.language == 'python' }}
|
||||
uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
|
||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||
with:
|
||||
python-version: ${{ env.PYTHON_VERSION }}
|
||||
|
||||
@@ -488,7 +488,7 @@ jobs:
|
||||
|
||||
- name: "Install Ruby"
|
||||
if: ${{ matrix.language == 'ruby' }}
|
||||
uses: ruby/setup-ruby@80740b3b13bf9857e28854481ca95a84e78a2bdf # v1.284.0
|
||||
uses: ruby/setup-ruby@90be1154f987f4dc0fe0dd0feedac9e473aa4ba8 # v1.286.0
|
||||
with:
|
||||
ruby-version: ${{ env.RUBY_VERSION }}
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ jobs:
|
||||
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2
|
||||
with:
|
||||
save-if: ${{ inputs.save-rust-cache == 'true' }}
|
||||
- uses: taiki-e/install-action@542cebaaed782771e619bd5609d97659d109c492 # v2.66.7
|
||||
- uses: taiki-e/install-action@386d9ef5a1dde23219d42c562ab251ed9ce92f98 # v2.67.9
|
||||
with:
|
||||
tool: cargo-bloat
|
||||
|
||||
|
||||
Reference in New Issue
Block a user