Skip to content

Commit

Permalink
Merge pull request #294 from observingClouds/gh-actions-update
Browse files Browse the repository at this point in the history
Update GitHub Action Versions
  • Loading branch information
observingClouds authored Oct 28, 2024
2 parents 131fd45 + 070f148 commit 7c02510
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
# We need the full repo to avoid this issue
# https://github.com/actions/checkout/issues/23
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
cp benchmarks.log .asv/results/
working-directory: ${{ env.ASV_DIR }}

- uses: actions/[email protected].0
- uses: actions/[email protected].3
if: always()
with:
name: asv-benchmark-results-${{ runner.os }}
Expand Down
14 changes: 7 additions & 7 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/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 2
- uses: xarray-contrib/[email protected]
Expand All @@ -29,7 +29,7 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Set up conda
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- uses: conda-incubator/[email protected]
with:
channels: conda-forge
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
run:
shell: 'bash -l {0}'
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
- name: Set up conda
uses: conda-incubator/[email protected]
with:
Expand Down Expand Up @@ -124,15 +124,15 @@ jobs:
- macos-latest
- windows-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: '3.11'
- name: Set up Julia
uses: julia-actions/setup-julia@v2.4.0
uses: julia-actions/setup-julia@v2.6.0
with:
version: 1.7.1
- name: Install dependencies
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
packages:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.2

- name: Set up Python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: "3.10"

Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:

- name: Publish a Python distribution to PyPI
if: success() && github.event_name == 'release'
uses: pypa/[email protected].0
uses: pypa/[email protected].3
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
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/checkout@v4.1.7
- uses: actions/checkout@v4.2.2
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}
Expand Down

0 comments on commit 7c02510

Please sign in to comment.