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 bff90e7 commit 34bc0c8Copy full SHA for 34bc0c8
.github/workflows/add-dependabot-changeset.yml
@@ -11,7 +11,7 @@ jobs:
11
name: Get changed packages
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
with:
16
fetch-depth: 0
17
.github/workflows/lint.yml
@@ -16,7 +16,7 @@ jobs:
18
- name: Check out repository
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Setup pnpm (version 8)
22
uses: pnpm/action-setup@v2
0 commit comments