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 d48ed30 + 14e7347 commit 6fbd27bCopy full SHA for 6fbd27b
.github/workflows/publish.yml
@@ -38,7 +38,7 @@ jobs:
38
fetch-depth: '0'
39
40
- name: Cache build setup
41
- uses: actions/cache@v3
+ uses: actions/cache@v4
42
with:
43
path: node_modules/.cache
44
key: ${{ runner.os }}-cache-${{ github.sha }}
.github/workflows/tests.yml
@@ -44,7 +44,7 @@ jobs:
steps:
45
- uses: actions/checkout@v4
46
47
48
49
50
0 commit comments