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.
2 parents 7c173e0 + d453c47 commit a5b5302Copy full SHA for a5b5302
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
54
steps:
55
- name: 🛎️ Check out the source code
56
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
57
with:
58
fetch-depth: 0
59
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
108
submodules: recursive
.github/workflows/sync-labels.yml
@@ -15,7 +15,7 @@ jobs:
15
build:
16
runs-on: ubuntu-latest
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
20
sparse-checkout: .github/config/labels.yml
21
0 commit comments