From 5020d7b52c7e03cc1e5a63f5188133d68e4b8b73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:32:51 +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 +- .github/workflows/build_and_release_for_pihole_unbound.yaml | 2 +- .github/workflows/build_and_release_for_pocketbase.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build_and_release_for_btop.yaml b/.github/workflows/build_and_release_for_btop.yaml index 1d9a5b8..2fc1c0d 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.1.6 # 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..bc6eb3a 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.1.6 # 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..284d5cf 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.1.6 # 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..7aee973 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.1.6 # 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..9aeff06 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.1.6 # 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..7967375 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.1.6 # New step to read the VERSION file and set the version as an output - name: Get the version