3737 configure :
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343 - name : Install Dependencies
5050 cmake --build ${{ runner.workspace }}/build --config Release --target SDL2-static
5151 - name : Cache Configure
5252 id : cache-build
53- uses : actions/cache/save@v4
53+ uses : actions/cache/save@v5
5454 with :
5555 path : ${{ runner.workspace }}/build
5656 key : linux-build-${{ github.sha }}
@@ -60,11 +60,11 @@ jobs:
6060 needs : [configure]
6161 timeout-minutes : 45
6262 steps :
63- - uses : actions/checkout@v4
63+ - uses : actions/checkout@v6
6464 with :
6565 fetch-depth : 0
6666 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
67- - uses : actions/cache/restore@v4
67+ - uses : actions/cache/restore@v5
6868 id : cache-restore
6969 with :
7070 path : ${{ runner.workspace }}/build
@@ -81,11 +81,11 @@ jobs:
8181 needs : [configure]
8282 timeout-minutes : 45
8383 steps :
84- - uses : actions/checkout@v4
84+ - uses : actions/checkout@v6
8585 with :
8686 fetch-depth : 0
8787 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
88- - uses : actions/cache/restore@v4
88+ - uses : actions/cache/restore@v5
8989 id : cache-restore
9090 with :
9191 path : ${{ runner.workspace }}/build
@@ -101,11 +101,11 @@ jobs:
101101 runs-on : ubuntu-latest
102102 needs : [configure]
103103 steps :
104- - uses : actions/checkout@v4
104+ - uses : actions/checkout@v6
105105 with :
106106 fetch-depth : 0
107107 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
108- - uses : actions/cache/restore@v4
108+ - uses : actions/cache/restore@v5
109109 id : cache-restore
110110 with :
111111 path : ${{ runner.workspace }}/build
@@ -120,11 +120,11 @@ jobs:
120120 runs-on : ubuntu-latest
121121 needs : [configure]
122122 steps :
123- - uses : actions/checkout@v4
123+ - uses : actions/checkout@v6
124124 with :
125125 fetch-depth : 0
126126 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
127- - uses : actions/cache/restore@v4
127+ - uses : actions/cache/restore@v5
128128 id : cache-restore
129129 with :
130130 path : ${{ runner.workspace }}/build
@@ -139,11 +139,11 @@ jobs:
139139 runs-on : ubuntu-latest
140140 needs : [configure]
141141 steps :
142- - uses : actions/checkout@v4
142+ - uses : actions/checkout@v6
143143 with :
144144 fetch-depth : 0
145145 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
146- - uses : actions/cache/restore@v4
146+ - uses : actions/cache/restore@v5
147147 id : cache-restore
148148 with :
149149 path : ${{ runner.workspace }}/build
@@ -158,11 +158,11 @@ jobs:
158158 runs-on : ubuntu-latest
159159 needs : [configure]
160160 steps :
161- - uses : actions/checkout@v4
161+ - uses : actions/checkout@v6
162162 with :
163163 fetch-depth : 0
164164 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
165- - uses : actions/cache/restore@v4
165+ - uses : actions/cache/restore@v5
166166 id : cache-restore
167167 with :
168168 path : ${{ runner.workspace }}/build
0 commit comments