Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GitHub Action Versions #283

Merged
merged 1 commit into from
Jul 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ jobs:
steps:
# We need the full repo to avoid this issue
# https://github.com/actions/checkout/issues/23
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
fetch-depth: 0

- name: Setup Miniconda
uses: conda-incubator/[email protected].3
uses: conda-incubator/[email protected].4
with:
# installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-Linux-x86_64.sh
installer-url: https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
cp benchmarks.log .asv/results/
working-directory: ${{ env.ASV_DIR }}

- uses: actions/[email protected].1
- uses: actions/[email protected].3
if: always()
with:
name: asv-benchmark-results-${{ runner.os }}
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
outputs:
triggered: '${{ steps.detect-trigger.outputs.trigger-found }}'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
fetch-depth: 2
- uses: xarray-contrib/[email protected]
Expand All @@ -29,11 +29,11 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
fetch-depth: 0
- name: Set up conda
uses: conda-incubator/[email protected].3
uses: conda-incubator/[email protected].4
with:
auto-update-conda: false
channels: conda-forge
Expand All @@ -59,8 +59,8 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected].1
- uses: conda-incubator/[email protected].3
- uses: actions/[email protected].4
- uses: conda-incubator/[email protected].4
with:
channels: conda-forge
miniforge-variant: Mambaforge
Expand Down Expand Up @@ -89,9 +89,9 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
- name: Set up conda
uses: conda-incubator/[email protected].3
uses: conda-incubator/[email protected].4
with:
auto-update-conda: false
channels: conda-forge
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
- macos-latest
- windows-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
fetch-depth: 0
- name: Setup python
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4

- name: Set up Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].4
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down