Skip to content

Commit

Permalink
Merge branch 'pr38'
Browse files Browse the repository at this point in the history
  • Loading branch information
Bill Meek committed Nov 17, 2023
2 parents cdf8825 + 0885d05 commit 507d272
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-mythtv-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 507d272

Please sign in to comment.