Skip to content

Commit

Permalink
Merge pull request #40 from lpm0073/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-4

chore(deps): bump actions/setup-python from 3 to 4
  • Loading branch information
lpm0073 authored Nov 15, 2023
2 parents d926c0e + 354089a commit 6b2f960
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/versionBump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
persist-credentials: false

- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.11'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/versionBumpMerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
persist-credentials: false

- name: Set up Python 3.11
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '3.11'

Expand Down

0 comments on commit 6b2f960

Please sign in to comment.