We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73fc54a + 696114a commit ed0d919Copy full SHA for ed0d919
2 files changed
.github/workflows/precommitVersionBumps.yml
@@ -33,15 +33,15 @@ jobs:
33
git pull origin next
34
35
- name: Cache NPM dependencies
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
with:
38
path: ~/.npm
39
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
40
restore-keys: |
41
${{ runner.os }}-node
42
43
- name: Cache Python dependencies
44
45
46
path: ~/.cache/pip
47
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
.github/workflows/semanticVersionBump.yml
@@ -32,7 +32,7 @@ jobs:
32
persist-credentials: false
0 commit comments