Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.4 to 4.1.5 (#11105)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent aa3ccdb commit c619f1d
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/additional.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
timeout-minutes: 90
steps:
- name: Checkout source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3.0.4
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11", "3.12"]
steps:
- name: Checkout source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3.0.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
name: Build (and upload)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: actions/setup-python@v5
with:
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yaml
Expand Up @@ -21,7 +21,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
repository: dask/distributed

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -59,7 +59,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5
with:
fetch-depth: 0 # Needed by codecov.io

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gpuci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.repository == 'dask/dask'

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Parse current axis YAML
id: rapids_current
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upstream.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
outputs:
test-upstream: ${{ steps.detect-trigger.outputs.trigger-found }}
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 2
- uses: xarray-contrib/ci-trigger@v1
Expand All @@ -47,7 +47,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3.0.4
Expand Down

0 comments on commit c619f1d

Please sign in to comment.