Skip to content

Commit 4235767

Browse files
authored
Merge pull request #531 from librenms/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents a5da060 + b1c0b87 commit 4235767

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@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
@@ -40,7 +40,7 @@ jobs:
4040
echo "LIBRENMS_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
4141
-
4242
name: Checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
-
4545
name: Set up QEMU
4646
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)