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 9913ed0 commit aeb6a41Copy full SHA for aeb6a41
.github/workflows/deploy.yml
@@ -34,7 +34,7 @@ jobs:
34
runs-on: ubuntu-latest
35
steps:
36
- name: Checkout
37
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
38
- name: Detect package manager
39
id: detect-package-manager
40
run: |
.github/workflows/test.yml
@@ -15,7 +15,7 @@ jobs:
15
16
17
18
19
- name: Setup Node
20
uses: actions/setup-node@v4
21
with:
0 commit comments