Skip to content

Commit

Permalink
bump checkout action (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximlt authored Oct 16, 2022
1 parent 17be056 commit 2dbd67e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
MPLBACKEND: "Agg"
CONDA_UPLOAD_TOKEN: ${{ secrets.CONDA_UPLOAD_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "100"
- uses: actions/setup-python@v2
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
PPP: ${{ secrets.PPP }}
PYPI: "https://upload.pypi.org/legacy/"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "100"
- uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
MOZ_HEADLESS: 1
DISPLAY: ":99.0"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "100"
- uses: conda-incubator/setup-miniconda@v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAMBA_NO_BANNER: 1
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "100"
- uses: conda-incubator/setup-miniconda@v2
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYCTDEV_SELF_CHANNEL: "pyviz/label/dev"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: "100"
- uses: actions/setup-python@v2
Expand Down

0 comments on commit 2dbd67e

Please sign in to comment.