Skip to content

Commit 0952817

Browse files
chore(deps): update github-actions (#11369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fe5b5d4 commit 0952817

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
cargo fmt --all
5454
55-
- uses: tombi-toml/setup-tombi@aa99b34ddc84bea509c234ee13a5acc08d4dff46 # v1.2.7
55+
- uses: tombi-toml/setup-tombi@23af0f0e4fcad609f048a37fb312714cd6b07741 # v1.4.0
5656
env:
5757
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5858

.github/workflows/beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
sudo apt-get install -y musl-tools
7171
7272
- name: Install cargo-audit
73-
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
73+
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
7474
if: matrix.code-target == 'linux-x64-musl'
7575
with:
7676
tool: cargo-audit

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Run rustfmt
3636
run: |
3737
cargo fmt --all --verbose -- --check
38-
- uses: tombi-toml/setup-tombi@aa99b34ddc84bea509c234ee13a5acc08d4dff46 # v1.2.7
38+
- uses: tombi-toml/setup-tombi@23af0f0e4fcad609f048a37fb312714cd6b07741 # v1.4.0
3939
env:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
- name: Format TOML files
@@ -83,7 +83,7 @@ jobs:
8383
- name: Checkout repository
8484
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
8585
- name: Install cargo-deny
86-
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
86+
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
8787
with:
8888
tool: cargo-deny
8989
- run: cargo deny check bans

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
sudo apt-get install -y musl-tools
6666
6767
- name: Install cargo-audit
68-
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
68+
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
6969
if: matrix.code-target == 'linux-x64-musl'
7070
with:
7171
tool: cargo-audit

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout PR Branch
8181
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0
8282
- name: Install cargo-deny
83-
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
83+
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
8484
with:
8585
tool: cargo-deny
8686
- run: cargo deny check bans

.github/workflows/release_cli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
sudo apt-get install -y musl-tools
9292
9393
- name: Install cargo-audit
94-
uses: taiki-e/install-action@6c6fd71fe4fb72c3697d269963d0e15df8adedad # v2.85.10
94+
uses: taiki-e/install-action@82cd3e7658a6f96c86c0234aeeda1748937cb0a1 # v2.85.13
9595
if: matrix.code-target == 'linux-x64-musl'
9696
with:
9797
tool: cargo-audit

0 commit comments

Comments
 (0)