Skip to content

Commit 5ef3b7f

Browse files
committed
test: github actions workflows
1 parent 3eb5cfd commit 5ef3b7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/actions/tests/pre-commit/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,4 @@ runs:
7474
- name: pre-commit ci
7575
id: pre-commit-ci
7676
if: always()
77-
uses: pre-commit-ci/lite-action@v1.0.1
77+
uses: pre-commit-ci/lite-action@v1

.github/workflows/precommitVersionBumps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
7373

7474
- name: Setup Node.js environment
75-
uses: actions/setup-node
75+
uses: actions/setup-node@v4
7676
with:
7777
node-version: "20.9.0"
7878

0 commit comments

Comments
 (0)