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.
1 parent 3eb5cfd commit 5ef3b7fCopy full SHA for 5ef3b7f
.github/actions/tests/pre-commit/action.yml
@@ -74,4 +74,4 @@ runs:
74
- name: pre-commit ci
75
id: pre-commit-ci
76
if: always()
77
- uses: pre-commit-ci/lite-action@v1.0.1
+ uses: pre-commit-ci/lite-action@v1
.github/workflows/precommitVersionBumps.yml
@@ -72,7 +72,7 @@ jobs:
72
SITE_PACKAGES_PATH: ${{ env.SITE_PACKAGES_PATH }}
73
- name: Setup Node.js environment
- uses: actions/setup-node
+ uses: actions/setup-node@v4
with:
node-version: "20.9.0"
78
0 commit comments