From 0185ae6d5b27b0223ee176e153baffb0e8f8590d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 18:24:07 +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_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 +- 5 files changed, 5 insertions(+), 5 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_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