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