File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : github-actions
4
+ directory : " /"
5
+ schedule :
6
+ interval : weekly
Original file line number Diff line number Diff line change @@ -26,16 +26,16 @@ jobs:
26
26
runs-on : ubuntu-latest
27
27
steps :
28
28
- name : Checkout
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
30
- name : Setup Pages
31
- uses : actions/configure-pages@v4
31
+ uses : actions/configure-pages@1f0c5cde4bc74cd7e1254d0cb4de8d49e9068c7d # v4.0.0
32
32
- name : Build with Jekyll
33
- uses : actions/jekyll-build-pages@v1
33
+ uses : actions/jekyll-build-pages@44a6e6beabd48582f863aeeb6cb2151cc1716697 # v1.0.13
34
34
with :
35
35
source : ./docs
36
36
destination : ./public
37
37
- name : Upload artifact
38
- uses : actions/upload-pages-artifact@v3
38
+ uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1
39
39
with :
40
40
path : " ./public"
41
41
49
49
steps :
50
50
- name : Deploy to GitHub Pages
51
51
id : deployment
52
- uses : actions/deploy-pages@v4
52
+ uses : actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
os : ubuntu-latest
22
22
arch : amd64
23
23
steps :
24
- - uses : actions/checkout@v2
25
- - uses : actions-rs/toolchain@v1
24
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
25
+ - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
26
26
with :
27
27
toolchain : stable
28
28
components : rustfmt, clippy
29
29
target : ${{ matrix.target }}
30
30
override : true
31
- - uses : actions-rs/cargo@v1
31
+ - uses : actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3
32
32
with :
33
33
command : build
34
34
args : --release --target ${{ matrix.target }}
Original file line number Diff line number Diff line change 26
26
- os : ubuntu-latest
27
27
target : aarch64-apple-darwin
28
28
steps :
29
- - uses : actions/checkout@v2
30
- - uses : actions-rs/toolchain@v1
29
+ - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
30
+ - uses : actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1.0.7
31
31
with :
32
32
toolchain : ${{ matrix.toolchain }}
33
33
components : rustfmt, clippy
You can’t perform that action at this time.
0 commit comments