Skip to content

Commit

Permalink
Merge pull request #10 from CWorthy-ocean/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-python-4.6.0

Bump actions/setup-python from 3.1.2 to 4.6.0
  • Loading branch information
matt-long authored Aug 3, 2023
2 parents 4ddeee9 + e42b250 commit a73b915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v3.1.2
- uses: actions/setup-python@v4.6.0
name: Install Python
with:
python-version: 3.8
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
needs: build-artifacts
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v3.1.2
- uses: actions/setup-python@v4.6.0
name: Install Python
with:
python-version: 3.8
Expand Down

0 comments on commit a73b915

Please sign in to comment.