Skip to content

Commit

Permalink
Merge pull request #43 from astropy/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5.3.0

Bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
jeffjennings authored Oct 28, 2024
2 parents bf4ac2e + 02a4358 commit fcf2d26
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fetch-depth: 0 # full history for setuptools_scm

- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.12

Expand All @@ -37,7 +37,7 @@ jobs:
fetch-depth: 0 # full history for setuptools_scm

- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: 3.12

Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
fetch-depth: 0 # full history for setuptools_scm

- name: Set up Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5.2.0
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit fcf2d26

Please sign in to comment.