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 cd129f6 + b74d240 commit c5dc946Copy full SHA for c5dc946
2 files changed
.github/workflows/check-docs.yaml
@@ -10,7 +10,7 @@ jobs:
10
outputs:
11
docs_changes: ${{ steps.check_file_changed.outputs.changed }}
12
steps:
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
14
with:
15
# Checkout as many commits as needed for the diff
16
fetch-depth: 2
.github/workflows/ui.yaml
@@ -13,8 +13,8 @@ jobs:
test-ui:
runs-on: ubuntu-latest
- - uses: actions/checkout@v1
17
- - uses: actions/setup-node@v1
+ - uses: actions/setup-node@v6
18
19
node-version: 20
20
- name: Cache node modules
0 commit comments