Skip to content

Commit c0d3fc8

Browse files
authored
Merge pull request #37 from crazy-max/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents e043317 + 2447d6f commit c0d3fc8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
-
3333
name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
with:
3636
fetch-depth: 2
3737
-

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
-
3333
name: Checkout
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535
-
3636
name: Run Labeler
3737
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
-
3232
name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
-
3535
name: Lint
3636
uses: docker/bake-action@v6
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
-
5454
name: Checkout
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v6
5656
with:
5757
fetch-depth: 0
5858
-

0 commit comments

Comments
 (0)