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 3b903e1 commit 393512eCopy full SHA for 393512e
.github/workflows/deploy-main.yaml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
name: Deploy
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
- name: Deploy
14
uses: cloudflare/wrangler-action@v3
15
with:
.github/workflows/install-lint-test.yaml
@@ -14,7 +14,7 @@ jobs:
node-version: [20.x]
16
- name: Checkout repository
17
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
18
19
fetch-depth: 2
20
0 commit comments