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 89eba08 commit f7374cbCopy full SHA for f7374cb
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
node-version: ${{ steps.env.outputs.node-version }}
16
steps:
17
- name: 📚 Checkout repository
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: 🔧 Load environment variables
21
id: env
@@ -38,7 +38,7 @@ jobs:
38
39
40
41
42
with:
43
submodules: recursive
44
fetch-depth: 0
@@ -94,7 +94,7 @@ jobs:
94
95
96
97
98
99
100
0 commit comments