Skip to content

Commit

Permalink
Update macos_job.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
malfet authored Nov 7, 2024
1 parent a13f1e4 commit efd51b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
echo "::endgroup::"
- name: Checkout repository (${{ inputs.test-infra-repository }}@${{ inputs.test-infra-ref }})
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Support the use case where we need to checkout someone's fork
repository: ${{ inputs.test-infra-repository }}
Expand All @@ -111,7 +111,7 @@ jobs:
python-version: ${{ inputs.python-version }}

- name: Checkout repository (${{ inputs.repository || github.repository }}@${{ inputs.ref }})
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Support the use case where we need to checkout someone's fork
repository: ${{ inputs.repository || github.repository }}
Expand Down

0 comments on commit efd51b0

Please sign in to comment.