Skip to content

Commit

Permalink
Merge pull request #258 from JohnStrunk/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-4.6.0

Bump actions/setup-python from 4.5.0 to 4.6.0
  • Loading branch information
mergify[bot] authored Apr 27, 2023
2 parents e6867ee + 6604924 commit e457622
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Set up Python
# https://github.com/actions/setup-python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: '3.11'
cache: 'pipenv'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Set up Python
# https://github.com/actions/setup-python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: '3.11'
cache: 'pipenv'
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- name: Set up Python
# https://github.com/actions/setup-python
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
with:
python-version: '3.11'
cache: 'pipenv'
Expand Down

0 comments on commit e457622

Please sign in to comment.