8000 MAINT: Bump actions/checkout in macos.yml · numpy/numpy@7baac4d · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 7baac4d

Browse files
committed
MAINT: Bump actions/checkout in macos.yml
1 parent 043ff7a commit 7baac4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/macos.yml

< A88D div class="d-flex flex-justify-end flex-items-center">
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
python-version: ["3.11"]
2727

2828
steps:
29-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
29+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
3030
with:
3131
submodules: recursive
3232
fetch-depth: 0
@@ -104,7 +104,7 @@ jobs:
104104
if: "github.repository == 'numpy/numpy'"
105105
runs-on: macos-13
106106
steps:
107-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
107+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
108108
with:
109109
submodules: recursive
110110
fetch-depth: 0

0 commit comments

Comments
 (0)
0