1515 runs-on : ubuntu-latest
1616 if : vars.GITLAB_MIRROR_ENABLED == 'true'
1717 steps :
18- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
18+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
1919 with :
2020 fetch-depth : 0
2121
3333 runs-on : ubuntu-latest
3434 if : vars.BITBUCKET_MIRROR_ENABLED == 'true'
3535 steps :
36- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
36+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
3737 with :
3838 fetch-depth : 0
3939
5151 runs-on : ubuntu-latest
5252 if : vars.CODEBERG_MIRROR_ENABLED == 'true'
5353 steps :
54- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
54+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
5555 with :
5656 fetch-depth : 0
5757
6969 runs-on : ubuntu-latest
7070 if : vars.SOURCEHUT_MIRROR_ENABLED == 'true'
7171 steps :
72- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
72+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
7373 with :
7474 fetch-depth : 0
7575
8787 runs-on : ubuntu-latest
8888 if : vars.DISROOT_MIRROR_ENABLED == 'true'
8989 steps :
90- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
90+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
9191 with :
9292 fetch-depth : 0
9393
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 if : vars.GITEA_MIRROR_ENABLED == 'true'
107107 steps :
108- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
108+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
109109 with :
110110 fetch-depth : 0
111111
@@ -123,7 +123,7 @@ jobs:
123123 runs-on : ubuntu-latest
124124 if : vars.RADICLE_MIRROR_ENABLED == 'true'
125125 steps :
126- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
126+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v4
127127 with :
128128 fetch-depth : 0
129129
0 commit comments