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.
1 parent 622be7c commit c88a39cCopy full SHA for c88a39c
.github/workflows/publish.yaml
@@ -16,15 +16,15 @@ jobs:
16
17
steps:
18
- name: SubscriptionCheckout
19
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
20
21
- name: Use Node.js 16
22
- uses: actions/setup-node@v2
+ uses: actions/setup-node@v4
23
with:
24
node-version: '16.0.0'
25
registry-url: 'https://registry.npmjs.org'
26
27
- - uses: actions/cache@v2
+ - uses: actions/cache@v4
28
29
path: ~/.npm
30
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}
0 commit comments