File tree 4 files changed +13
-13
lines changed
4 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 21
21
steps :
22
22
# We need the full repo to avoid this issue
23
23
# https://github.com/actions/checkout/issues/23
24
- - uses : actions/checkout@v4.1.7
24
+ - uses : actions/checkout@v4.2.2
25
25
with :
26
26
fetch-depth : 0
27
27
74
74
cp benchmarks.log .asv/results/
75
75
working-directory : ${{ env.ASV_DIR }}
76
76
77
- - uses : actions/upload-artifact@v4.4.0
77
+ - uses : actions/upload-artifact@v4.4.3
78
78
if : always()
79
79
with :
80
80
name : asv-benchmark-results-${{ runner.os }}
Original file line number Diff line number Diff line change 13
13
outputs :
14
14
triggered : ' ${{ steps.detect-trigger.outputs.trigger-found }}'
15
15
steps :
16
- - uses : actions/checkout@v4.1.7
16
+ - uses : actions/checkout@v4.2.2
17
17
with :
18
18
fetch-depth : 2
19
19
- uses : xarray-contrib/ci-trigger@v1.2.1
29
29
run :
30
30
shell : ' bash -l {0}'
31
31
steps :
32
- - uses : actions/checkout@v4.1.7
32
+ - uses : actions/checkout@v4.2.2
33
33
with :
34
34
fetch-depth : 0
35
35
- name : Set up conda
57
57
run :
58
58
shell : ' bash -l {0}'
59
59
steps :
60
- - uses : actions/checkout@v4.1.7
60
+ - uses : actions/checkout@v4.2.2
61
61
- uses : conda-incubator/setup-miniconda@v3.0.4
62
62
with :
63
63
channels : conda-forge
85
85
run :
86
86
shell : ' bash -l {0}'
87
87
steps :
88
- - uses : actions/checkout@v4.1.7
88
+ - uses : actions/checkout@v4.2.2
89
89
- name : Set up conda
90
90
uses : conda-incubator/setup-miniconda@v3.0.4
91
91
with :
@@ -124,15 +124,15 @@ jobs:
124
124
- macos-latest
125
125
- windows-latest
126
126
steps :
127
- - uses : actions/checkout@v4.1.7
127
+ - uses : actions/checkout@v4.2.2
128
128
with :
129
129
fetch-depth : 0
130
130
- name : Setup python
131
- uses : actions/setup-python@v5.2 .0
131
+ uses : actions/setup-python@v5.3 .0
132
132
with :
133
133
python-version : ' 3.11'
134
134
- name : Set up Julia
135
- uses : julia-actions/setup-julia@v2.4 .0
135
+ uses : julia-actions/setup-julia@v2.6 .0
136
136
with :
137
137
version : 1.7.1
138
138
- name : Install dependencies
Original file line number Diff line number Diff line change @@ -13,10 +13,10 @@ jobs:
13
13
packages :
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4.1.7
16
+ - uses : actions/checkout@v4.2.2
17
17
18
18
- name : Set up Python
19
- uses : actions/setup-python@v5.2 .0
19
+ uses : actions/setup-python@v5.3 .0
20
20
with :
21
21
python-version : " 3.10"
22
22
45
45
46
46
- name : Publish a Python distribution to PyPI
47
47
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
49
49
with :
50
50
user : __token__
51
51
password : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
13
13
steps :
14
- - uses : actions/checkout@v4.1.7
14
+ - uses : actions/checkout@v4.2.2
15
15
with :
16
16
# [Required] Access token with `workflow` scope.
17
17
token : ${{ secrets.WORKFLOW_SECRET }}
You can’t perform that action at this time.
0 commit comments