diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 8cfc604..2420a67 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -161,7 +161,7 @@ jobs: if: env.OS_RELEASE_ID == 'arch' - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: ansible diff --git a/.github/workflows/build-mythtv-core.yml b/.github/workflows/build-mythtv-core.yml index 722aae8..0767ab0 100644 --- a/.github/workflows/build-mythtv-core.yml +++ b/.github/workflows/build-mythtv-core.yml @@ -134,7 +134,7 @@ jobs: if: env.OS_RELEASE_ID == 'fedora' || env.OS_RELEASE_ID == 'centos' || env.OS_RELEASE_ID == 'rocky' - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.workflow_run.head_branch }} path: ansible @@ -144,7 +144,7 @@ jobs: run: ansible-playbook ${{ matrix.container.ansibleopts }} ${{ matrix.branch.ansibleopts }} mythtv.yml - name: Checkout Mythtv/mythtv repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: ${{ matrix.branch.repository }} ref: ${{ matrix.branch.ref }}