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 ef75e9c + 931f76c commit 024aa37Copy full SHA for 024aa37
.github/workflows/continuous-integration.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- &checkout
21
name: Check out the repository
22
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
23
with:
24
fetch-depth: 2
25
.github/workflows/labeler.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
- name: Check out the repository
14
15
16
- name: Run Labeler
17
uses: crazy-max/ghaction-github-labeler@v5
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
18
0 commit comments