Skip to content

Commit 4865298

Browse files
authored
Merge pull request #117 from cerebruminc/codex/update-github-actions-workflow-to-use-actions/cache-v4
Update actions/cache version
2 parents 387aa8f + 7bcd0c5 commit 4865298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-beta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
node-version: 20
2424

2525
# Use a cache for dependencies
26-
- uses: actions/cache@v3.3.1
26+
- uses: actions/cache@v4
2727
with:
2828
path: "**/node_modules"
2929
key: ${{ runner.os }}-modules-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)