This repository was archived by the owner on May 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1919 - uses : actions/checkout@v4
2020
2121 - name : Cache SpacemanDMM
22- uses : actions/cache@v1
22+ uses : actions/cache@v4
2323 with :
2424 path : ~/SpacemanDMM
2525 key : ${{ runner.os }}-dreamchecker-${{ hashFiles('dependencies.sh')}}
9393 sudo apt install libstdc++6:i386
9494
9595 - name : Restore Cache BYOND
96- uses : actions/cache@v1
96+ uses : actions/cache@v4
9797 with :
9898 path : ~/BYOND
9999 key : ${{ runner.os }}-byond-${{ hashFiles('Dockerfile')}}
@@ -154,20 +154,20 @@ jobs:
154154 sudo apt install libstdc++6:i386 gcc-multilib g++-7 g++-7-multilib zlib1g:i386 libssl1.1 libssl1.1:i386
155155
156156 - name : Restore Cache BYOND
157- uses : actions/cache@v1
157+ uses : actions/cache@v4
158158 with :
159159 path : ~/BYOND
160160 key : ${{ runner.os }}-byond-${{ hashFiles('Dockerfile')}}
161161 restore-keys : ${{ runner.os }}-byond
162162
163163 - name : Restore Cache Auxmos
164- uses : actions/cache@v1
164+ uses : actions/cache@v4
165165 with :
166166 path : ~/.byond
167167 key : auxmos-${{ hashFiles('dependencies.sh')}}
168168
169169 - name : Restore Yarn Cache
170- uses : actions/cache@v2
170+ uses : actions/cache@v4
171171 with :
172172 path : tgui/.yarn/cache
173173 key : ${{ runner.os }}-yarn-${{ hashFiles('Dockerfile')}}
You can’t perform that action at this time.
0 commit comments