We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ccfff commit 4b8fc28Copy full SHA for 4b8fc28
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
rust: [stable, beta, nightly]
14
steps:
15
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
- name: Install Rust ${{ matrix.rust }}
17
run: |
18
rustup self update
@@ -26,7 +26,7 @@ jobs:
26
name: Rustfmt
27
runs-on: ubuntu-latest
28
29
30
- name: Install Rust Stable
31
32
rustup update stable
0 commit comments