Skip to content

Commit b715bc5

Browse files
authored
Merge pull request #65 from crazy-max/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7b51b21 + 976a520 commit b715bc5

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

0 commit comments

Comments
 (0)