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 9ae6b17 commit d9d75d6Copy full SHA for d9d75d6
.github/workflows/build-and-test.yaml
@@ -12,7 +12,7 @@ jobs:
12
test:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
16
- uses: pnpm/action-setup@v4
17
- name: Use Node.js 22
18
uses: actions/setup-node@v4
.github/workflows/sync-to-production.yaml
@@ -18,7 +18,7 @@ jobs:
19
20
- name: Checkout code
21
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
with:
23
fetch-depth: 0 # Fetch all history so we can force push
24
0 commit comments