From df50e2eb0e86fcea9dadea7a6fc818c4da520357 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 15:14:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/build_and_release_for_btop.yaml | 2 +- .github/workflows/build_and_release_for_fastfetch.yaml | 2 +- .github/workflows/build_and_release_for_genmon.yaml | 2 +- .github/workflows/build_and_release_for_ncdu.yaml | 2 +- .../build_and_release_for_nextcloud_with_smbclient.yaml | 2 +- .github/workflows/build_and_release_for_pihole_unbound.yaml | 2 +- .github/workflows/build_and_release_for_pocketbase.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_and_release_for_btop.yaml b/.github/workflows/build_and_release_for_btop.yaml index 1d9a5b8..1f19059 100644 --- a/.github/workflows/build_and_release_for_btop.yaml +++ b/.github/workflows/build_and_release_for_btop.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # New step to read the VERSION file and set the version as an output - name: Get the version diff --git a/.github/workflows/build_and_release_for_fastfetch.yaml b/.github/workflows/build_and_release_for_fastfetch.yaml index f5ab89f..5b75202 100644 --- a/.github/workflows/build_and_release_for_fastfetch.yaml +++ b/.github/workflows/build_and_release_for_fastfetch.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # New step to read the VERSION file and set the version as an output - name: Get the version diff --git a/.github/workflows/build_and_release_for_genmon.yaml b/.github/workflows/build_and_release_for_genmon.yaml index 2c7dd41..d6beacf 100644 --- a/.github/workflows/build_and_release_for_genmon.yaml +++ b/.github/workflows/build_and_release_for_genmon.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # New step to read the VERSION file and set the version as an output - name: Get the version diff --git a/.github/workflows/build_and_release_for_ncdu.yaml b/.github/workflows/build_and_release_for_ncdu.yaml index 8ecce09..4f3a2fc 100644 --- a/.github/workflows/build_and_release_for_ncdu.yaml +++ b/.github/workflows/build_and_release_for_ncdu.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # New step to read the VERSION file and set the version as an output - name: Get the version diff --git a/.github/workflows/build_and_release_for_nextcloud_with_smbclient.yaml b/.github/workflows/build_and_release_for_nextcloud_with_smbclient.yaml index 88c9f37..de7b92b 100644 --- a/.github/workflows/build_and_release_for_nextcloud_with_smbclient.yaml +++ b/.github/workflows/build_and_release_for_nextcloud_with_smbclient.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # New step to read the VERSION file and set the version as an output - name: Get the version diff --git a/.github/workflows/build_and_release_for_pihole_unbound.yaml b/.github/workflows/build_and_release_for_pihole_unbound.yaml index 784e9bb..4da2fd7 100644 --- a/.github/workflows/build_and_release_for_pihole_unbound.yaml +++ b/.github/workflows/build_and_release_for_pihole_unbound.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # 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 7bf397c..bfb0486 100644 --- a/.github/workflows/build_and_release_for_pocketbase.yaml +++ b/.github/workflows/build_and_release_for_pocketbase.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout project - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v4.2.2 # New step to read the VERSION file and set the version as an output - name: Get the version