@@ -16,21 +16,21 @@ jobs:
16
16
needs : check_changes
17
17
if : needs.check_changes.outputs.has_non_docs_changes == 'true'
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@v5
20
20
- name : Get Latest Release Tag
21
21
run : |
22
22
CASTRO_TAG=$(wget https://github.com/AMReX-Astro/Castro/releases/latest 2>&1 | grep Location: | awk '{print $2}' | awk -F/ '{print $NF}')
23
23
echo "CASTRO_TAG=$CASTRO_TAG" >> $GITHUB_ENV
24
24
MICROPHYSICS_TAG=$(wget https://github.com/AMReX-Astro/Microphysics/releases/latest 2>&1 | grep Location: | awk '{print $2}' | awk -F/ '{print $NF}')
25
25
echo "MICROPHYSICS_TAG=$MICROPHYSICS_TAG" >> $GITHUB_ENV
26
26
- name : Download Castro
27
- uses : actions/checkout@v4
27
+ uses : actions/checkout@v5
28
28
with :
29
29
repository : ' AMReX-Astro/Castro'
30
30
ref : ${{env.CASTRO_TAG}}
31
31
path : ' Castro'
32
32
- name : Download Microphysics
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
with :
35
35
repository : ' AMReX-Astro/Microphysics'
36
36
ref : ${{env.MICROPHYSICS_TAG}}
70
70
needs : check_changes
71
71
if : needs.check_changes.outputs.has_non_docs_changes == 'true'
72
72
steps :
73
- - uses : actions/checkout@v4
73
+ - uses : actions/checkout@v5
74
74
- name : Download WarpX
75
- uses : actions/checkout@v4
75
+ uses : actions/checkout@v5
76
76
with :
77
77
repository : ' BLAST-WarpX/warpx'
78
78
ref : development
@@ -114,9 +114,9 @@ jobs:
114
114
needs : check_changes
115
115
if : needs.check_changes.outputs.has_non_docs_changes == 'true'
116
116
steps :
117
- - uses : actions/checkout@v4
117
+ - uses : actions/checkout@v5
118
118
- name : Checkout pyamrex
119
- uses : actions/checkout@v4
119
+ uses : actions/checkout@v5
120
120
with :
121
121
repository : ' AMReX-Codes/pyamrex'
122
122
ref : ' development'
0 commit comments