Skip to content

Commit aca7c02

Browse files
Bump actions/checkout from 3.5.2 to 3.5.3 (#7904)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 19c8bf9 commit aca7c02

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@v3.5.2
14+
- uses: actions/checkout@v3.5.3
1515
- uses: actions/setup-python@v4
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@v3.5.2
29+
- uses: actions/checkout@v3.5.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
@@ -19,7 +19,7 @@ jobs:
1919
run:
2020
shell: bash -l {0}
2121
steps:
22-
- uses: actions/checkout@v3.5.2
22+
- uses: actions/checkout@v3.5.3
2323

2424
- name: Setup Conda Environment
2525
uses: conda-incubator/setup-miniconda@v2.2.0

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
shell: bash
8080

8181
- name: Checkout source
82-
uses: actions/checkout@v3.5.2
82+
uses: actions/checkout@v3.5.3
8383
with:
8484
fetch-depth: 0
8585

.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@v3.5.2
14+
- uses: actions/checkout@v3.5.3
1515

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

0 commit comments

Comments
 (0)