Skip to content

Commit

Permalink
Merge pull request #26 from felddy/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-4.5.0

Bump actions/setup-python from 4.4.0 to 4.5.0
  • Loading branch information
felddy authored Jan 18, 2023
2 parents 55f5033 + a4cb248 commit 05f247d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/common-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sum.golang.org:443
- id: setup-python
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: ${{ inputs.python_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-pytest-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- id: setup-python
uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912
uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435
with:
python-version: ${{ inputs.python_version }}

Expand Down

0 comments on commit 05f247d

Please sign in to comment.