Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit 27e1a31

Browse files
cache
1 parent 6080a88 commit 27e1a31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/turdis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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')}}
@@ -93,7 +93,7 @@ jobs:
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')}}

0 commit comments

Comments
 (0)