diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8c91387691e..8e0d5e28ed4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: - uses: actions/checkout@v4 - name: Cache SpacemanDMM - uses: actions/cache@v3 + uses: actions/cache@v4 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@v3 + uses: actions/cache@v4 with: path: $HOME/BYOND key: ${{ runner.os }}-byond