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 1515 sudo apt-get install cabal-install
1616
1717 - name : Checkout repository
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
8080 runs-on : ubuntu-latest
8181 steps :
8282 - name : Checkout repository
83- uses : actions/checkout@v5
83+ uses : actions/checkout@v6
8484
8585 - name : Download artifacts
8686 uses : actions/download-artifact@v6
@@ -106,7 +106,7 @@ jobs:
106106 runs-on : ubuntu-latest
107107 steps :
108108 - name : Checkout repository
109- uses : actions/checkout@v5
109+ uses : actions/checkout@v6
110110
111111 - name : Download artifacts
112112 uses : actions/download-artifact@v6
@@ -144,7 +144,7 @@ jobs:
144144 sudo apt-get install hub
145145
146146 - name : Checkout repository
147- uses : actions/checkout@v5
147+ uses : actions/checkout@v6
148148
149149 - name : Download artifacts (source)
150150 uses : actions/download-artifact@v6
You can’t perform that action at this time.
0 commit comments