We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8651cb + 23b9275 commit 17c80f8Copy full SHA for 17c80f8
.github/workflows/utils/ci-secrets.yaml.njk
@@ -43,7 +43,7 @@ jobs:
43
run:
44
working-directory: '{{ path }}'
45
steps:
46
- - uses: actions/checkout@v3.5.3
+ - uses: actions/checkout@v4.1.0
47
with:
48
ref: ${% raw %}{{github.event.pull_request.head.sha}}{% endraw %}
49
- uses: 'google-github-actions/auth@v1.1.1'
@@ -59,7 +59,7 @@ jobs:
59
# TODO: Update secrets
60
secret_key_1:nodejs-docs-samples-tests/secret-1
61
secret_key_2:nodejs-docs-samples-tests/secret-2
62
- - uses: actions/setup-node@v3.6.0
+ - uses: actions/setup-node@v3.8.0
63
64
node-version: 16
65
- name: Get npm cache directory
0 commit comments