Skip to content

Commit 7c02510

Browse files
authoredOct 28, 2024
Merge pull request #294 from observingClouds/gh-actions-update
Update GitHub Action Versions
2 parents 131fd45 + 070f148 commit 7c02510

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed
 

‎.github/workflows/benchmarks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
# We need the full repo to avoid this issue
2323
# https://github.com/actions/checkout/issues/23
24-
- uses: actions/checkout@v4.1.7
24+
- uses: actions/checkout@v4.2.2
2525
with:
2626
fetch-depth: 0
2727

@@ -74,7 +74,7 @@ jobs:
7474
cp benchmarks.log .asv/results/
7575
working-directory: ${{ env.ASV_DIR }}
7676

77-
- uses: actions/upload-artifact@v4.4.0
77+
- uses: actions/upload-artifact@v4.4.3
7878
if: always()
7979
with:
8080
name: asv-benchmark-results-${{ runner.os }}

‎.github/workflows/ci.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
triggered: '${{ steps.detect-trigger.outputs.trigger-found }}'
1515
steps:
16-
- uses: actions/checkout@v4.1.7
16+
- uses: actions/checkout@v4.2.2
1717
with:
1818
fetch-depth: 2
1919
- uses: xarray-contrib/ci-trigger@v1.2.1
@@ -29,7 +29,7 @@ jobs:
2929
run:
3030
shell: 'bash -l {0}'
3131
steps:
32-
- uses: actions/checkout@v4.1.7
32+
- uses: actions/checkout@v4.2.2
3333
with:
3434
fetch-depth: 0
3535
- name: Set up conda
@@ -57,7 +57,7 @@ jobs:
5757
run:
5858
shell: 'bash -l {0}'
5959
steps:
60-
- uses: actions/checkout@v4.1.7
60+
- uses: actions/checkout@v4.2.2
6161
- uses: conda-incubator/setup-miniconda@v3.0.4
6262
with:
6363
channels: conda-forge
@@ -85,7 +85,7 @@ jobs:
8585
run:
8686
shell: 'bash -l {0}'
8787
steps:
88-
- uses: actions/checkout@v4.1.7
88+
- uses: actions/checkout@v4.2.2
8989
- name: Set up conda
9090
uses: conda-incubator/setup-miniconda@v3.0.4
9191
with:
@@ -124,15 +124,15 @@ jobs:
124124
- macos-latest
125125
- windows-latest
126126
steps:
127-
- uses: actions/checkout@v4.1.7
127+
- uses: actions/checkout@v4.2.2
128128
with:
129129
fetch-depth: 0
130130
- name: Setup python
131-
uses: actions/setup-python@v5.2.0
131+
uses: actions/setup-python@v5.3.0
132132
with:
133133
python-version: '3.11'
134134
- name: Set up Julia
135-
uses: julia-actions/setup-julia@v2.4.0
135+
uses: julia-actions/setup-julia@v2.6.0
136136
with:
137137
version: 1.7.1
138138
- name: Install dependencies

‎.github/workflows/pypi.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
packages:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4.1.7
16+
- uses: actions/checkout@v4.2.2
1717

1818
- name: Set up Python
19-
uses: actions/setup-python@v5.2.0
19+
uses: actions/setup-python@v5.3.0
2020
with:
2121
python-version: "3.10"
2222

@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Publish a Python distribution to PyPI
4747
if: success() && github.event_name == 'release'
48-
uses: pypa/gh-action-pypi-publish@v1.10.0
48+
uses: pypa/gh-action-pypi-publish@v1.10.3
4949
with:
5050
user: __token__
5151
password: ${{ secrets.PYPI_PASSWORD }}

‎.github/workflows/updater.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v4.1.7
14+
- uses: actions/checkout@v4.2.2
1515
with:
1616
# [Required] Access token with `workflow` scope.
1717
token: ${{ secrets.WORKFLOW_SECRET }}

0 commit comments

Comments
 (0)