Skip to content

Commit 62fe53e

Browse files
authored
Merge pull request #71 from crazy-max/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8e88fe9 + 7bed51f commit 62fe53e

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
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
-
3636
name: Checkout
37-
uses: actions/checkout@v5
37+
uses: actions/checkout@v6
3838
-
3939
name: Set up QEMU
4040
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)