Skip to content

Commit

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

Bump actions/setup-python from 4.6.0 to 4.6.1
  • Loading branch information
felddy authored May 25, 2023
2 parents 5b374ec + 28c0463 commit cc669bb
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@57ded4d7d5e986d7296eab16560982c6dd7c923b
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
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 @@ -103,7 +103,7 @@ jobs:
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
- id: setup-python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0
with:
python-version: ${{ inputs.python_version }}

Expand Down

0 comments on commit cc669bb

Please sign in to comment.