1616 timeout-minutes : 15
1717 if : vars.GITLAB_MIRROR_ENABLED == 'true'
1818 steps :
19- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
19+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
2020 with :
2121 fetch-depth : 0
2222
3636 timeout-minutes : 15
3737 if : vars.BITBUCKET_MIRROR_ENABLED == 'true'
3838 steps :
39- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
39+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4040 with :
4141 fetch-depth : 0
4242
5656 timeout-minutes : 15
5757 if : vars.CODEBERG_MIRROR_ENABLED == 'true'
5858 steps :
59- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
59+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
6060 with :
6161 fetch-depth : 0
6262
7676 timeout-minutes : 15
7777 if : vars.SOURCEHUT_MIRROR_ENABLED == 'true'
7878 steps :
79- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
79+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
8080 with :
8181 fetch-depth : 0
8282
9696 timeout-minutes : 15
9797 if : vars.DISROOT_MIRROR_ENABLED == 'true'
9898 steps :
99- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
99+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
100100 with :
101101 fetch-depth : 0
102102
@@ -116,7 +116,7 @@ jobs:
116116 timeout-minutes : 15
117117 if : vars.GITEA_MIRROR_ENABLED == 'true'
118118 steps :
119- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
119+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
120120 with :
121121 fetch-depth : 0
122122
@@ -136,12 +136,12 @@ jobs:
136136 timeout-minutes : 15
137137 if : vars.RADICLE_MIRROR_ENABLED == 'true'
138138 steps :
139- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 .0.3
139+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
140140 with :
141141 fetch-depth : 0
142142
143143 - name : Setup Rust
144- uses : dtolnay/rust-toolchain@3c5f7ea28cd621ae0bf5283f0e981fb97b8a7af9 # stable
144+ uses : dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # stable
145145 with :
146146 toolchain : stable
147147
0 commit comments