Skip to content

Commit 2a31946

Browse files
authored
Merge branch 'main' into dependabot/github_actions/main/production-dependencies-775d8e752d
2 parents 0441f09 + 648644f commit 2a31946

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
submodules: true
5959

6060
- name: "Set up Rust"
61-
uses: dtolnay/rust-toolchain@nightly
61+
uses: dtolnay/rust-toolchain@0c3131df9e5407c0c36352032d04af846dbe0fb7 # nightly
6262
if: ${{ matrix.os != 'windows-latest' }}
6363

6464
- name: "Build Extractor"
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
submodules: true
8787

88-
- name: "Downloadd all artifacts"
88+
- name: "Download all artifacts"
8989
uses: actions/download-artifact@v6
9090
with:
9191
path: "./extractor-pack"

0 commit comments

Comments
 (0)