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

Commit 1f099bf

Browse files
authored
Merge pull request #127 from crazy-max/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 737b2d8 + 72f0385 commit 1f099bf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v5
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@v4
31+
uses: actions/checkout@v5
3232
-
3333
name: Set up QEMU
3434
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)