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

Commit 56369f0

Browse files
authored
Update turdis.yml
1 parent 053664d commit 56369f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/turdis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
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,14 +154,14 @@ 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')}}

0 commit comments

Comments
 (0)