Skip to content

Commit 6c8019d

Browse files
authored
Merge pull request #1642 from squidowl/dependabot/github_actions/main/github-actions-fbf389259e
Bump the github-actions group with 2 updates
2 parents cfd36fb + 694290f commit 6c8019d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Clippy
5353
run: cargo clippy --locked --profile ci --workspace --all-targets -- -D warnings
5454

55-
- uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2
55+
- uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2
5656
with:
5757
tool: cargo-nextest
5858
- name: Test

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
5656
- name: Install cargo-edit
5757
if: matrix.target.target == 'windows'
58-
uses: taiki-e/install-action@385db9cc6bf65d19775b02084a4b698eaca9a4f2 # v2
58+
uses: taiki-e/install-action@5ab5d1729c22acd8f798b267eadcfe5e5be6f5c2 # v2
5959
with:
6060
tool: cargo-edit
6161

@@ -132,7 +132,7 @@ jobs:
132132
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133

134134
- name: Download artifact
135-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
135+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
136136
with:
137137
name: ${{ matrix.target.artifact }}
138138
path: ${{ matrix.target.artifact }}

0 commit comments

Comments
 (0)