We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 70eb0a0 + 3da3335 commit 75362f3Copy full SHA for 75362f3
.github/workflows/code_checks.yml
@@ -41,7 +41,7 @@ jobs:
41
run-code-check:
42
runs-on: ubuntu-latest
43
steps:
44
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
45
46
- name: Setup pnpm
47
uses: pnpm/action-setup@v4
.github/workflows/publish.yml
@@ -22,7 +22,7 @@ jobs:
22
id-token: write # Required for OIDC authentication to npm
23
24
- name: Checkout repository
25
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
26
with:
27
# Fetch full history for changesets
28
fetch-depth: 0
.github/workflows/unit_tests.yml
@@ -39,7 +39,7 @@ jobs:
39
unit-tests:
40
0 commit comments