Skip to content

Commit

Permalink
ci: update github workflow checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
garybuhrmaster committed Nov 16, 2023
1 parent 7c75b75 commit 0885d05
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 @@ -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

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 @@ -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
Expand All @@ -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 }}
Expand Down

0 comments on commit 0885d05

Please sign in to comment.