Skip to content

Commit 6ea8992

Browse files
committed
ci: update GitHub Actions workflow actions
1 parent cd129f6 commit 6ea8992

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/check-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
outputs:
1111
docs_changes: ${{ steps.check_file_changed.outputs.changed }}
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v6
1414
with:
1515
# Checkout as many commits as needed for the diff
1616
fetch-depth: 2

.github/workflows/ui.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
test-ui:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v1
17-
- uses: actions/setup-node@v1
16+
- uses: actions/checkout@v6
17+
- uses: actions/setup-node@v6
1818
with:
1919
node-version: 20
2020
- name: Cache node modules

0 commit comments

Comments
 (0)