Skip to content

Commit 6310ae3

Browse files
authored
Merge pull request #377 from anonaddy/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents aeb62cc + 053a861 commit 6310ae3

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

.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@v6
3232
-
3333
name: Set up Docker Buildx
3434
uses: docker/setup-buildx-action@v4

0 commit comments

Comments
 (0)