Skip to content

Commit e4fb763

Browse files
authored
Merge pull request #389 from librenms/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 2001806 + 2f114b0 commit e4fb763

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
-
2727
name: Checkout
28-
uses: actions/checkout@v3
28+
uses: actions/checkout@v4
2929
-
3030
name: Docker meta
3131
id: meta

.github/workflows/labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
-
2424
name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
-
2727
name: Run Labeler
2828
uses: crazy-max/ghaction-github-labeler@v4

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "LIBRENMS_VERSION=${{ matrix.version }}" >> $GITHUB_ENV
3737
-
3838
name: Checkout
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
-
4141
name: Set up QEMU
4242
uses: docker/setup-qemu-action@v2

0 commit comments

Comments
 (0)