From 0885d05121bd061e144f8ead2d6f8654d89ccb0b Mon Sep 17 00:00:00 2001 From: Gary Buhrmaster Date: Thu, 16 Nov 2023 02:32:34 +0000 Subject: [PATCH] ci: update github workflow checkout version --- .github/workflows/ansible.yml | 2 +- .github/workflows/build-mythtv-core.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ansible.yml b/.github/workflows/ansible.yml index 5a06bc5..dff91db 100644 --- a/.github/workflows/ansible.yml +++ b/.github/workflows/ansible.yml @@ -164,7 +164,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 ced8d0b..acd6976 100644 --- a/.github/workflows/build-mythtv-core.yml +++ b/.github/workflows/build-mythtv-core.yml @@ -138,7 +138,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 @@ -148,7 +148,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 }}