From b2961ccc0141763b7dac439573daaee810b471ac Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 02:15:06 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v2.7.0 --- .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..ec2a81c 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@v2.7.0 # 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..f958001 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@v2.7.0 # 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..41aa929 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@v2.7.0 # 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..1f87675 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@v2.7.0 # 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..81a1c09 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@v2.7.0 # 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..f483d3e 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@v2.7.0 # 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..19b2e61 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@v2.7.0 # New step to read the VERSION file and set the version as an output - name: Get the version