Skip to content

Commit e2f1228

Browse files
authored
Update cache to latest major version
Updated actions/cache version to v6 for caching NPM dependencies.
1 parent f8e67d5 commit e2f1228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
id: npm-cache-dir
8585
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
8686
- name: Cache NPM dependencies
87-
uses: actions/cache@v6.1.0
87+
uses: actions/cache@v6
8888
with:
8989
# Cache entire NPM cache directory (see previous step)
9090
path: ${{ steps.npm-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)