File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 77jobs :
88 test :
99 name : Test action
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 steps :
1212 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313 - id : build
14- uses : OpenAstronomy/build-python-dist@bbb0e1c5b132893999ea56d77bd4b526e0097c7d # v1.0.1
14+ uses : OpenAstronomy/build-python-dist@9a4b2bd6bda5c48ef3c12b53504ee2263ed032e3 # v1.1.0
1515 with :
1616 pure_python_wheel : true
1717 - id : upload
@@ -23,11 +23,11 @@ jobs:
2323 keep_n_latest : 2
2424 test_no_keep :
2525 name : Test action (no keep option specified)
26- runs-on : ubuntu-20.04
26+ runs-on : ubuntu-latest
2727 steps :
2828 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929 - id : build
30- uses : OpenAstronomy/build-python-dist@bbb0e1c5b132893999ea56d77bd4b526e0097c7d # v1.0.1
30+ uses : OpenAstronomy/build-python-dist@9a4b2bd6bda5c48ef3c12b53504ee2263ed032e3 # v1.1.0
3131 with :
3232 pure_python_wheel : true
3333 - id : upload
You can’t perform that action at this time.
0 commit comments