From 468ba1788fb9b7767d13217d5a7787c502613c95 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 27 Apr 2024 15:51:58 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/build_and_release_for_pihole_unbound.yaml | 2 +- .github/workflows/build_and_release_for_pocketbase.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_release_for_pihole_unbound.yaml b/.github/workflows/build_and_release_for_pihole_unbound.yaml index 5c551aa..0600d7f 100644 --- a/.github/workflows/build_and_release_for_pihole_unbound.yaml +++ b/.github/workflows/build_and_release_for_pihole_unbound.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.1.4 # Step to update the root.hints file - name: Update root.hints diff --git a/.github/workflows/build_and_release_for_pocketbase.yaml b/.github/workflows/build_and_release_for_pocketbase.yaml index 689f4f3..8f5c397 100644 --- a/.github/workflows/build_and_release_for_pocketbase.yaml +++ b/.github/workflows/build_and_release_for_pocketbase.yaml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.1.4 # New step to read the VERSION file and set the version as an output - name: Get the version