2727 name : Rustfmt
2828 runs-on : ubuntu-latest
2929 steps :
30- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
30+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3131 - name : Install Rust toolchain
3232 uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
3333 with :
@@ -41,13 +41,13 @@ jobs:
4141 runs-on : ubuntu-latest
4242
4343 steps :
44- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
44+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4545 - name : Install Rust toolchain
4646 uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
4747 with :
4848 toolchain : stable
4949 components : clippy
50- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
50+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
5151 - name : Run clippy
5252 run : cargo clippy --all-targets --all-features -- -D warnings
5353
@@ -62,12 +62,12 @@ jobs:
6262 - os : ubuntu-latest
6363 - os : windows-latest
6464 steps :
65- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
65+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
6666 if : github.event_name != 'pull_request'
6767 with :
6868 fetch-depth : 0
6969
70- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
70+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
7171 if : github.event_name == 'pull_request'
7272 with :
7373 ref : ${{ github.event.pull_request.head.sha }}
@@ -77,15 +77,15 @@ jobs:
7777 uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
7878 with :
7979 toolchain : ${{ matrix.rust }}
80- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
80+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
8181 - name : Run Cargo Test
8282 run : cargo +${{ matrix.rust }} test --all-targets --all-features --workspace --examples
8383 id : run_tests
8484 env :
8585 INSTA_UPDATE : new
8686 - name : Upload snapshots of failed tests
8787 if : ${{ failure() && steps.run_tests.outcome == 'failure' }}
88- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4
88+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4
8989 with :
9090 name : failed-snapshots-${{ matrix.job.os }}
9191 path : " **/snapshots/*.snap.new"
@@ -101,12 +101,12 @@ jobs:
101101 - os : ubuntu-latest
102102 - os : windows-latest
103103 steps :
104- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
104+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
105105 if : github.event_name != 'pull_request'
106106 with :
107107 fetch-depth : 0
108108
109- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
109+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
110110 if : github.event_name == 'pull_request'
111111 with :
112112 ref : ${{ github.event.pull_request.head.sha }}
@@ -116,7 +116,7 @@ jobs:
116116 uses : dtolnay/rust-toolchain@1482605bfc5719782e1267fd0c0cc350fe7646b8 # v1
117117 with :
118118 toolchain : ${{ matrix.rust }}
119- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
119+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
120120 - name : Run Cargo Doc
121121 run : cargo +${{ matrix.rust }} doc --no-deps --all-features --workspace --examples
122122
@@ -135,12 +135,12 @@ jobs:
135135 - os : ubuntu-latest
136136 - os : windows-latest
137137 steps :
138- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
138+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
139139 if : github.event_name != 'pull_request'
140140 with :
141141 fetch-depth : 0
142142
143- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
143+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
144144 if : github.event_name == 'pull_request'
145145 with :
146146 ref : ${{ github.event.pull_request.head.sha }}
@@ -151,10 +151,10 @@ jobs:
151151 with :
152152 toolchain : ${{ matrix.rust }}
153153 - name : install cargo-hack
154- uses : taiki-e/install-action@07b43ed508403fa32c11f04dd608931cdf6748e2 # v2
154+ uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
155155 with :
156156 tool : cargo-hack
157- - uses : Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2
157+ - uses : Swatinem/rust-cache@82a92a6e8fbeee089604da2575dc567ae9ddeaab # v2
158158 - name : Run Cargo Hack
159159 run : cargo +${{ matrix.rust }} hack check --feature-powerset --no-dev-deps -p ${{ matrix.crate }}
160160
@@ -222,7 +222,7 @@ jobs:
222222
223223 steps :
224224 - name : Checkout repository
225- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
225+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
226226
227227 - name : Run Cross-CI action
228228 uses : rustic-rs/cross-ci-action@main
@@ -242,9 +242,9 @@ jobs:
242242 matrix :
243243 crate : [rustic_core, rustic_backend]
244244 steps :
245- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
245+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
246246 - name : Install cargo-hack
247- uses : taiki-e/install-action@07b43ed508403fa32c11f04dd608931cdf6748e2 # v2
247+ uses : taiki-e/install-action@278aeeb6e331c1bd610bffe45862e09452854b1a # v2
248248 with :
249249 tool : cargo-hack
250250
0 commit comments