Skip to content

Commit 5a588ae

Browse files
Bump actions/checkout from 4.1.2 to 4.1.3 (#8628)
1 parent 32de245 commit 5a588ae

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/ci-pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: pre-commit hooks
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.1.2
14+
- uses: actions/checkout@v4.1.3
1515
- uses: actions/setup-python@v5
1616
with:
1717
python-version: '3.9'

.github/workflows/conda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: Build (and upload)
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v4.1.2
29+
- uses: actions/checkout@v4.1.3
3030
with:
3131
fetch-depth: 0
3232
- name: Set up Python

.github/workflows/test-report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run:
1919
shell: bash -l {0}
2020
steps:
21-
- uses: actions/checkout@v4.1.2
21+
- uses: actions/checkout@v4.1.3
2222

2323
- name: Setup Conda Environment
2424
uses: conda-incubator/setup-miniconda@v3.0.3

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
shell: bash
121121

122122
- name: Checkout source
123-
uses: actions/checkout@v4.1.2
123+
uses: actions/checkout@v4.1.3
124124
with:
125125
fetch-depth: 0
126126

.github/workflows/update-gpuci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.repository == 'dask/distributed'
1212

1313
steps:
14-
- uses: actions/checkout@v4.1.2
14+
- uses: actions/checkout@v4.1.3
1515

1616
- name: Parse current axis YAML
1717
id: rapids_current

0 commit comments

Comments
 (0)