File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Checkout repository
80- uses : actions/checkout@v4
80+ uses : actions/checkout@v5
8181
8282 - name : Download artifacts
8383 uses : actions/download-artifact@v4
@@ -100,7 +100,7 @@ jobs:
100100 runs-on : ubuntu-latest
101101 steps :
102102 - name : Checkout repository
103- uses : actions/checkout@v4
103+ uses : actions/checkout@v5
104104
105105 - name : Download artifacts
106106 uses : actions/download-artifact@v4
@@ -135,7 +135,7 @@ jobs:
135135 sudo apt-get install hub
136136
137137 - name : Checkout repository
138- uses : actions/checkout@v4
138+ uses : actions/checkout@v5
139139
140140 - name : Download artifacts
141141 uses : actions/download-artifact@v4
You can’t perform that action at this time.
0 commit comments