File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 fetch-depth : 0
3737 - name : Setup Python
9696 runs-on : ubuntu-latest
9797 steps :
9898 - name : Checkout
99- uses : actions/checkout@v4
99+ uses : actions/checkout@v6
100100 with :
101101 fetch-depth : 0
102102 - name : Setup Python
@@ -142,7 +142,7 @@ jobs:
142142 runs-on : ubuntu-latest
143143 steps :
144144 - name : Checkout
145- uses : actions/checkout@v4
145+ uses : actions/checkout@v6
146146 - name : Calculate cache id
147147 run : echo "cache_id=$(date --utc '+%V')" >> "$GITHUB_ENV"
148148 - name : Cache lychee
@@ -179,7 +179,7 @@ jobs:
179179 runs-on : ubuntu-latest
180180 steps :
181181 - name : Checkout
182- uses : actions/checkout@v4
182+ uses : actions/checkout@v6
183183 with :
184184 fetch-depth : 0
185185 - name : Mirror to GitLab
You can’t perform that action at this time.
0 commit comments