Merge pull request #86 from LukeGus/dependabot/github_actions/actions/cache-4

Bump actions/cache from 3 to 4
This commit was merged in pull request #86.
This commit is contained in:
Karmaa
2025-08-24 16:18:33 -05:00
committed by GitHub

View File

@@ -37,7 +37,7 @@ jobs:
network=host
- name: Cache npm dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.npm
@@ -48,7 +48,7 @@ jobs:
${{ runner.os }}-node-
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.ref_name }}-${{ hashFiles('docker/Dockerfile') }}