Skip to content

Commit 17c80f8

Browse files
authored
Merge branch 'main' into renovate-3546
2 parents f8651cb + 23b9275 commit 17c80f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/utils/ci-secrets.yaml.njk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
run:
4444
working-directory: '{{ path }}'
4545
steps:
46-
- uses: actions/checkout@v3.5.3
46+
- uses: actions/checkout@v4.1.0
4747
with:
4848
ref: ${% raw %}{{github.event.pull_request.head.sha}}{% endraw %}
4949
- uses: 'google-github-actions/auth@v1.1.1'
@@ -59,7 +59,7 @@ jobs:
5959
# TODO: Update secrets
6060
secret_key_1:nodejs-docs-samples-tests/secret-1
6161
secret_key_2:nodejs-docs-samples-tests/secret-2
62-
- uses: actions/setup-node@v3.6.0
62+
- uses: actions/setup-node@v3.8.0
6363
with:
6464
node-version: 16
6565
- name: Get npm cache directory

0 commit comments

Comments
 (0)