We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ac09f commit fdd1c00Copy full SHA for fdd1c00
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
matrix:
13
rust: [stable, beta, nightly]
14
steps:
15
- - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
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