Skip to content

Commit 40d961c

Browse files
authored
Merge pull request #574 from librenms/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents bac1a95 + 1192bf6 commit 40d961c

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

0 commit comments

Comments
 (0)