Skip to content

Commit 2f468bc

Browse files
authored
Merge pull request #13 from OpenAstronomy/dependabot/github_actions/dot-github/workflows/actions-d805c80aaa
Bump OpenAstronomy/build-python-dist from 1.0.1 to 1.1.0 in /.github/workflows in the actions group
2 parents eae4911 + 08b010c commit 2f468bc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test_action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77
jobs:
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

0 commit comments

Comments
 (0)