Skip to content
This repository was archived by the owner on Dec 21, 2025. It is now read-only.

Commit 9c842c1

Browse files
authored
Merge pull request #129 from crazy-max/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 56f2288 + fe54187 commit 9c842c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
34+
uses: actions/checkout@v6
3535
-
3636
name: Run Labeler
3737
uses: crazy-max/ghaction-github-labeler@v5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
-
3030
name: Checkout
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
-
3333
name: Set up QEMU
3434
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)