|
@@ -29,7 +29,7 @@ jobs:
|
|
|
|
|
|
|
|
# Saves us from having to redownload all modules
|
|
# Saves us from having to redownload all modules
|
|
|
- name: Go Mod cache
|
|
- name: Go Mod cache
|
|
|
- uses: actions/cache@v3
|
|
|
|
|
|
|
+ uses: actions/cache@v4
|
|
|
with:
|
|
with:
|
|
|
path: |
|
|
path: |
|
|
|
~/.cache/go-build
|
|
~/.cache/go-build
|
|
@@ -86,7 +86,7 @@ jobs:
|
|
|
shell: bash
|
|
shell: bash
|
|
|
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
|
|
run: echo "dir=$(npm config get cache)" >> ${GITHUB_OUTPUT}
|
|
|
|
|
|
|
|
- - uses: actions/cache@v3
|
|
|
|
|
|
|
+ - uses: actions/cache@v4
|
|
|
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
|
|
id: npm-cache # use this to check for `cache-hit` ==> if: steps.npm-cache.outputs.cache-hit != 'true'
|
|
|
with:
|
|
with:
|
|
|
path: ${{ steps.npm-cache-dir.outputs.dir }}
|
|
path: ${{ steps.npm-cache-dir.outputs.dir }}
|