From e19728e95c6a1e4b7c8b1ff7ab4914fa8074a84b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 14:04:00 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/build.yml | 2 +- .github/workflows/update_udev_rules.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 099be6b..c505e48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: packages: write contents: read steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/.github/workflows/update_udev_rules.yml b/.github/workflows/update_udev_rules.yml index ce6e6b7..5384c2b 100644 --- a/.github/workflows/update_udev_rules.yml +++ b/.github/workflows/update_udev_rules.yml @@ -16,7 +16,7 @@ jobs: RULES_FILE: example_confs/etc/udev/rules.d/62-nut-usbups.rules NUT_GID: 101 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Build image run: |