1414 runs-on : ubuntu-latest
1515 if : vars.GITLAB_MIRROR_ENABLED == 'true'
1616 steps :
17- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
17+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
1818 with :
1919 fetch-depth : 0
2020
3232 runs-on : ubuntu-latest
3333 if : vars.BITBUCKET_MIRROR_ENABLED == 'true'
3434 steps :
35- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
35+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
3636 with :
3737 fetch-depth : 0
3838
5050 runs-on : ubuntu-latest
5151 if : vars.CODEBERG_MIRROR_ENABLED == 'true'
5252 steps :
53- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
53+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
5454 with :
5555 fetch-depth : 0
5656
6868 runs-on : ubuntu-latest
6969 if : vars.SOURCEHUT_MIRROR_ENABLED == 'true'
7070 steps :
71- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
71+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
7272 with :
7373 fetch-depth : 0
7474
8686 runs-on : ubuntu-latest
8787 if : vars.DISROOT_MIRROR_ENABLED == 'true'
8888 steps :
89- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
89+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
9090 with :
9191 fetch-depth : 0
9292
@@ -104,7 +104,7 @@ jobs:
104104 runs-on : ubuntu-latest
105105 if : vars.GITEA_MIRROR_ENABLED == 'true'
106106 steps :
107- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
107+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
108108 with :
109109 fetch-depth : 0
110110
@@ -122,7 +122,7 @@ jobs:
122122 runs-on : ubuntu-latest
123123 if : vars.RADICLE_MIRROR_ENABLED == 'true'
124124 steps :
125- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
125+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4
126126 with :
127127 fetch-depth : 0
128128
0 commit comments