Skip to content

Commit efd51b0

Browse files
authored
Update macos_job.yml
1 parent a13f1e4 commit efd51b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos_job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "::endgroup::"
9999
100100
- name: Checkout repository (${{ inputs.test-infra-repository }}@${{ inputs.test-infra-ref }})
101-
uses: actions/checkout@v3
101+
uses: actions/checkout@v4
102102
with:
103103
# Support the use case where we need to checkout someone's fork
104104
repository: ${{ inputs.test-infra-repository }}
@@ -111,7 +111,7 @@ jobs:
111111
python-version: ${{ inputs.python-version }}
112112

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

0 commit comments

Comments
 (0)