We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a793c commit e6ca0d6Copy full SHA for e6ca0d6
.github/workflows/makecode-release.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: ${{ matrix.node-version }}
23
- name: Cache npm and makecode
24
- uses: actions/cache@v2
+ uses: actions/cache@v4
25
26
path: |
27
~/.npm
.github/workflows/makecode.yml
@@ -23,7 +23,7 @@ jobs:
28
29
0 commit comments