Skip to content

Commit

Permalink
Merge pull request #90 from palewire/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/setup-python-5

Bump actions/setup-python from 4 to 5 in /.github/workflows
  • Loading branch information
palewire committed Jan 1, 2024
2 parents 14aff99 + 2b28c55 commit 8b519a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- id: install-python
name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

- id: install-python
name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:

- id: install-python
name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- id: setup-python
name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9'
cache: 'pipenv'
Expand Down

0 comments on commit 8b519a4

Please sign in to comment.