Merge pull request #8586 from PolarisSS13/dependabot/github_actions/actions/cache-3

Bump actions/cache from 2 to 3
This commit is contained in:
Atermonera
2022-04-29 16:29:16 -08:00
committed by GitHub
+2 -2
View File
@@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- name: Cache SpacemanDMM
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/SpacemanDMM
key: ${{ runner.os }}-dreamchecker-${{ hashFiles('dependencies.sh')}}
@@ -61,7 +61,7 @@ jobs:
run: |
chmod -R +x ./tools/ci
- name: Setup Cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: $HOME/BYOND
key: ${{ runner.os }}-byond