diff --git a/.github/workflows/attach_termux_elf_cleaner_to_release.yml b/.github/workflows/attach_termux_elf_cleaner_to_release.yml index 3244233..86b9de1 100644 --- a/.github/workflows/attach_termux_elf_cleaner_to_release.yml +++ b/.github/workflows/attach_termux_elf_cleaner_to_release.yml @@ -12,7 +12,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.TERMUXBOT2_TOKEN }} steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.GITHUB_REF }} - name: Check version diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2770c87..8b3fd6f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ env.GITHUB_REF }}