Skip to content

Commit

Permalink
Merge pull request #12 from OpenAstronomy/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…ot-github/workflows/actions-8a9da2b879
  • Loading branch information
Cadair authored Nov 26, 2024
2 parents 7acd04a + ef674fa commit eae4911
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Test action
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- id: build
uses: OpenAstronomy/build-python-dist@v1
uses: OpenAstronomy/build-python-dist@bbb0e1c5b132893999ea56d77bd4b526e0097c7d # v1.0.1
with:
pure_python_wheel: true
- id: upload
Expand All @@ -25,9 +25,9 @@ jobs:
name: Test action (no keep option specified)
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- id: build
uses: OpenAstronomy/build-python-dist@v1
uses: OpenAstronomy/build-python-dist@bbb0e1c5b132893999ea56d77bd4b526e0097c7d # v1.0.1
with:
pure_python_wheel: true
- id: upload
Expand Down

0 comments on commit eae4911

Please sign in to comment.