1111 duplicates :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - name : Run Duplo Analyser
16161717 with :
2222 runs-on : ubuntu-latest
2323 needs : [duplicates]
2424 steps :
25- - uses : actions/checkout@v5
25+ - uses : actions/checkout@v6
2626 - name : Get next version
2727 id : tag
2828 uses :
anothrNick/[email protected] 4343 runs-on : ubuntu-latest
4444 needs : [bump-tag-dry]
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 - name : download artifacts
4848 uses : actions/download-artifact@v6
4949 with :
8080 runs-on : macos-latest
8181 needs : [bump-tag-dry]
8282 steps :
83- - uses : actions/checkout@v5
83+ - uses : actions/checkout@v6
8484 - name : download artifacts
8585 uses : actions/download-artifact@v6
8686 with :
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : windows-latest
106106 needs : [bump-tag-dry]
107107 steps :
108- - uses : actions/checkout@v5
108+ - uses : actions/checkout@v6
109109 - name : download artifacts
110110 uses : actions/download-artifact@v6
111111 with :
@@ -180,7 +180,7 @@ jobs:
180180 runs-on : ubuntu-latest
181181 needs : [build-linux, build-macos, build-windows]
182182 steps :
183- - uses : actions/checkout@v5
183+ - uses : actions/checkout@v6
184184 with :
185185 fetch-depth : ' 0'
186186 - name : Bump version and push tag
0 commit comments