Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3 (#8628)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 23, 2024
1 parent 32de245 commit 5a588ae
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pre-commit.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
name: pre-commit hooks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
- uses: actions/setup-python@v5
with:
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
name: Build (and upload)
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: Set up Python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-report.yaml
Expand Up @@ -18,7 +18,7 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3

- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3.0.3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Expand Up @@ -120,7 +120,7 @@ jobs:
shell: bash

- name: Checkout source
uses: actions/checkout@v4.1.2
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0

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

steps:
- uses: actions/checkout@v4.1.2
- uses: actions/checkout@v4.1.3

- name: Parse current axis YAML
id: rapids_current
Expand Down

0 comments on commit 5a588ae

Please sign in to comment.