File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 name : Format
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
11+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1212 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
1313 with :
1414 toolchain : stable
1919 name : Clippy
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
2424 with :
2525 toolchain : stable
3131 name : Unit Tests
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3535 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
3636 with :
3737 toolchain : stable
4242 name : Cargo Check
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
45+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4646 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
4747 with :
4848 toolchain : stable
5353 name : Cargo Check (WASM)
5454 runs-on : ubuntu-latest
5555 steps :
56- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
56+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5757 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
5858 with :
5959 toolchain : stable
6565 name : Audit
6666 runs-on : ubuntu-latest
6767 steps :
68- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
68+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6969 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
7070 with :
7171 toolchain : stable
7979 permissions :
8080 id-token : write
8181 steps :
82- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
82+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8383
8484 - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8585 with :
Original file line number Diff line number Diff line change 5050 CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
5151 CLOUDFLARE_ACCOUNT_ID : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
5252 steps :
53- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
53+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454 - uses : dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 # v1
5555 with :
5656 toolchain : stable
@@ -108,7 +108,7 @@ jobs:
108108 env :
109109 DEPLOY_URL : ${{ needs.deploy.outputs.deploy_url }}
110110 steps :
111- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
111+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
112112 - uses : astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0
113113
114114 - name : Run smoke tests
Original file line number Diff line number Diff line change 2424 run :
2525 working-directory : docs
2626 steps :
27- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
27+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
2929 - uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
3030 with :
Original file line number Diff line number Diff line change 1010 permissions :
1111 id-token : write # Required for trusted publishing OIDC token exchange
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v6
1414
1515 - uses : dtolnay/rust-toolchain@stable
1616 with :
You can’t perform that action at this time.
0 commit comments