Skip to content

Commit

Permalink
Merge pull request #65 from astropy/dependabot/github_actions/dot-git…
Browse files Browse the repository at this point in the history
…hub/workflows/actions-f039b2dc45

Bump the actions group in /.github/workflows with 2 updates
  • Loading branch information
bsipocz committed Aug 13, 2024
2 parents ff48db6 + 77821da commit ceb6ec0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.8"

Expand Down

0 comments on commit ceb6ec0

Please sign in to comment.