Skip to content

Commit

Permalink
Merge pull request #171 from OpenAstronomy/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
ConorMacBride authored Jan 4, 2024
2 parents e68dfda + 337a919 commit 03f57f4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
matrix: ${{ steps.set-outputs.outputs.matrix }}
upload_to_pypi: ${{ steps.set-upload.outputs.upload_to_pypi }}
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- run: python -m pip install PyYAML click
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
echo "EOF" >> $GITHUB_ENV
fi
cat $GITHUB_ENV
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
if: ${{ inputs.env != '' }}
with:
python-version: '3.9'
Expand Down Expand Up @@ -202,7 +202,7 @@ jobs:
runs-on: ${{ inputs.sdist-runs-on }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
if: ${{ inputs.env != '' }}
with:
python-version: '3.9'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_pure_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ${{ inputs.runs-on }}
timeout-minutes: ${{ inputs.timeout-minutes }}
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
if: ${{ inputs.env != '' }}
with:
python-version: '3.9'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
outputs:
matrix: ${{ steps.set-outputs.outputs.matrix }}
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.9'
- run: python -m pip install PyYAML click
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Setup Python ${{ matrix.python_version }}
if: ${{ matrix.conda != 'true' }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
allow-prereleases: true
Expand Down

0 comments on commit 03f57f4

Please sign in to comment.