8000 MAINT: Bump actions/checkout from 3.6.0 to 4.0.0 · Python-Repository-Hub/numpy@ee69999 · GitHub
[go: up one dir, main page]

Skip to content < 8000 link crossorigin="anonymous" media="all" rel="stylesheet" href="https://github.githubassets.com/assets/primer-react.eeb8418b12ad0142bedd.module.css" />

Commit ee69999

Browse files
MAINT: Bump actions/checkout from 3.6.0 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@f43a0e5...3df4ab1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 70f7021 commit ee69999

14 files changed

+34
-34
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Checkout repository
44-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
44+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
4545

4646
# Initializes the CodeQL tools for scanning.
4747
- name: Initialize CodeQL

.github/workflows/cygwin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: windows-latest
2121
if: "github.repository == 'numpy/numpy'"
2222
steps:
23-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
23+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2424
with:
2525
submodules: recursive
2626
fetch-depth: 0

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
18+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@f6fff72a3217f580d5afd49a46826795305b63c7 # v3.0.8

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
NODE_VERSION: 18
3232
steps:
3333
- name: Checkout numpy
34-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
34+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
3535
with:
3636
submodules: true
3737
# versioneer.py requires the latest tag to be reachable. Here we

.github/workflows/linux.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
continue-on-error: true
3737
steps:
38-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
38+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
3939
with:
4040
submodules: recursive
4141
fetch-depth: 0
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
MESON_ARGS: "-Dallow-noblas=true -Dcpu-baseline=none -Dcpu-dispatch=none"
5757
steps:
58-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
58+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
5959
with:
6060
submodules: recursive
6161
fetch-depth: 0
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
if: github.event_name != 'push'
7171
steps:
72-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
72+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
7373
with:
7474
submodules: recursive
7575
fetch-depth: 0
@@ -86,7 +86,7 @@ jobs:
8686
runs-on: ubuntu-latest
8787
if: github.event_name != 'push'
8888
steps:
89-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
89+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
9090
with:
9191
submodules: recursive
9292
fetch-depth: 0
@@ -114,7 +114,7 @@ jobs:
114114
needs: [smoke_test]
115115
runs-on: ubuntu-22.04
116116
steps:
117-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
117+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
118118
with:
119119
submodules: recursive
120120
fetch-depth: 0
@@ -147,7 +147,7 @@ jobs:
147147
runs-on: ubuntu-latest
148148
if: github.event_name != 'push'
149149
steps:
150-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
150+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
151151
with:
152152
submodules: recursive
153153
fetch-depth: 0
@@ -181,7 +181,7 @@ jobs:
181181
NPY_USE_BLAS_ILP64: 1
182182
NPY_RELAXED_STRIDES_DEBUG: 1
183183
steps:
184-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
184+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
185185
with:
186186
submodules: recursive
187187
fetch-depth: 0
@@ -195,7 +195,7 @@ jobs:
195195
runs-on: ubuntu-latest
196196
if: github.event_name != 'push'
197197
steps:
198-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
198+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
199199
with:
200200
submodules: recursive
201201
fetch-depth: 0
@@ -228,7 +228,7 @@ jobs:
228228
runs-on: ubuntu-latest
229229
if: github.event_name != 'push'
230230
steps:
231-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
231+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
232232
with:
233233
submodules: recursive
234234
fetch-depth: 0

.github/workflows/linux_blas.yml

< 10000 button data-component="IconButton" type="button" class="prc-Button-ButtonBase-c50BI ml-1 flex-shrink-0 prc-Button-IconButton-szpyj" data-loading="false" data-no-visuals="true" data-size="medium" data-variant="invisible" aria-describedby=":Rt6rdlab:-loading-announcement" aria-labelledby=":R16rdlab:">
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
USE_NIGHTLY_OPENBLAS: ${{ matrix.USE_NIGHTLY_OPENBLAS }}
4747
name: "Test Linux (${{ matrix.USE_NIGHTLY_OPENBLAS && 'nightly' || 'stable' }} OpenBLAS)"
4848
steps:
49-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
49+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
5050
with:
5151
submodules: recursive
5252
fetch-depth: 0

.github/workflows/linux_compiler_sanitizers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
if: "github.repository == 'numpy/numpy'"
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
28+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
2929
with:
3030
submodules: recursive
3131
fetch-depth: 0

.github/workflows/linux_qemu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
name: "${{ matrix.BUILD_PROP[0] }}"
7676
steps:
77-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
77+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
7878
with:
7979
submodules: recursive
8080
fetch-depth: 0

.github/workflows/linux_simd.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
env:
6060
MESON_ARGS: "-Dallow-noblas=true -Dcpu-baseline=none -Dcpu-dispatch=none"
6161
steps:
62-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
62+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
6363
with:
6464
submodules: recursive
6565
fetch-depth: 0
@@ -74,7 +74,7 @@ jobs:
7474
runs-on: ubuntu-20.04
7575
if: github.event_name != 'push'
7676
steps:
77-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
77+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
7878
with:
7979
submodules: recursive
8080
fetch-depth: 0
@@ -105,7 +105,7 @@ jobs:
105105
env:
106106
MESON_ARGS: "-Dallow-noblas=true -Ddisable-optimization=true"
107107
steps:
108-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
108+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
109109
with:
110110
submodules: recursive
111111
fetch-depth: 0
@@ -121,7 +121,7 @@ jobs:
121121
env:
122122
MESON_ARGS: "-Dallow-noblas=true -Dcpu-dispatch=none"
123123
steps:
124-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
124+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
125125
with:
126126
submodules: recursive
127127
fetch-depth: 0
@@ -137,7 +137,7 @@ jobs:
137137
env:
138138
MESON_ARGS: "-Dallow-noblas=true -Dcpu-dispatch=SSSE3,SSE41,POPCNT,SSE42,AVX,F16C,AVX2,FMA3"
139139
steps:
140-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
140+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
141141
with:
142142
submodules: recursive
143143
fetch-depth: 0
@@ -153,7 +153,7 @@ jobs:
153153
env:
154154
MESON_ARGS: "-Dallow-noblas=true -Dcpu-dispatch=SSSE3,SSE41,POPCNT,SSE42,AVX,F16C"
155155
steps:
156-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
156+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
157157
with:
158158
submodules: recursive
159159
fetch-depth: 0
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: ubuntu-22.04
169169
if: github.event_name != 'push'
170170
steps:
171-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
171+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
172172
with:
173173
submodules: recursive
174174
fetch-depth: 0
@@ -224,7 +224,7 @@ jobs:
224224
needs: [smoke_test]
225225
runs-on: ubuntu-latest
226226
steps:
227-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
227+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
228228
with:
229229
submodules: recursive
230230
fetch-depth: 0
@@ -253,7 +253,7 @@ jobs:
253253
needs: [smoke_test]
254254
runs-on: ubuntu-latest
255255
steps:
256-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.4.0
256+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v3.4.0
257257
with:
258258
submodules: recursive
259259
fetch-depth: 0

.github/workflows/macos.yml

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
29+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
107+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
108108
with:
109109
submodules: recursive
110110
fetch-depth: 0

0 commit comments

Comments
 (0)
0