File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1919 cffconvert :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
22+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323 with :
2424 persist-credentials : false
2525 - uses : citation-file-format/cffconvert-github-action@4cf11baa70a673bfdf9dad0acc7ee33b3f4b6084 # 2.0.0
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 if : github.repository == 'astropy/astropy'
1919 steps :
20- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
20+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121 with :
2222 persist-credentials : false
2323 - uses : scientific-python/action-towncrier-changelog@f9c7df9a9f8b55cb0c12d94d14b281e9bcd101c0 # v2.0.0
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ jobs:
2626 CCACHE_MAXSIZE : 400M
2727
2828 steps :
29- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
29+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3030 with :
3131 persist-credentials : false
3232 fetch-depth : 0
3333
34- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
34+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3535 name : Install Python
3636 with :
3737 python-version : " 3.11"
Original file line number Diff line number Diff line change @@ -61,13 +61,13 @@ jobs:
6161
6262 steps :
6363 - name : Checkout code
64- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
64+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6565 with :
6666 persist-credentials : false
6767 fetch-depth : 0
6868
6969 - name : Set up Python
70- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
70+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7171 with :
7272 python-version : ${{ matrix.python }}
7373
Original file line number Diff line number Diff line change 5959 - arch : s390x
6060
6161 steps :
62- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
62+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6363 with :
6464 persist-credentials : false
6565 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -83,12 +83,12 @@ jobs:
8383
8484 steps :
8585 - name : Checkout code
86- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
86+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787 with :
8888 persist-credentials : false
8989 fetch-depth : 0
9090 - name : Set up Python
91- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
91+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
9292 with :
9393 python-version : ${{ matrix.python }}
9494 - name : Install language-pack-de and tzdata
@@ -135,7 +135,7 @@ jobs:
135135 - arch : armv7
136136
137137 steps :
138- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
138+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
139139 with :
140140 persist-credentials : false
141141 fetch-depth : 0
Original file line number Diff line number Diff line change @@ -178,11 +178,11 @@ jobs:
178178 name : Python 3.11 (build only, partial) with limited API (${{ matrix.os }})
179179 needs : [initial_checks]
180180 steps :
181- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
181+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
182182 with :
183183 persist-credentials : false
184184 fetch-depth : 0
185- - uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
185+ - uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
186186 name : Install Python
187187 with :
188188 python-version : " 3.11"
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
41+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4242 with :
4343 persist-credentials : false
4444 fetch-depth : 0
6767 # uses a compiled language
6868
6969 - name : Set up Python
70- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
70+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
7171 if : matrix.language == 'cpp'
7272 with :
7373 python-version : ' 3.11'
Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ jobs:
2323 if : github.repository == 'astropy/astropy'
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
26+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2727 with :
2828 persist-credentials : false
2929 - name : Set up Python
30- uses : actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1 .0
30+ uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2 .0
3131 with :
3232 python-version : 3.x
3333 - name : Install dependencies
4343 git commit -m "Update minimum required version of astropy-iers-data"
4444 fi
4545 - name : Create Pull Request
46- uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8.0 .0
46+ uses : peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0 # v8.1 .0
4747 with :
4848 branch : update-astropy-iers-data-pin
4949 branch-suffix : timestamp
You can’t perform that action at this time.
0 commit comments