Skip to content

Commit

Permalink
Bump actions/setup-python from 2.3.0 to 2.3.1 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 6, 2021
1 parent 36325ca commit fbc86e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2.4.0

- name: Set up Python 3
uses: actions/setup-python@v2.3.0
uses: actions/setup-python@v2.3.1
with:
python-version: 3.x

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Set up Python 3
if: "!(contains(matrix.scenario, 'plus') && github.event.pull_request.head.repo.full_name != github.repository)"
uses: actions/setup-python@v2.3.0
uses: actions/setup-python@v2.3.1
with:
python-version: 3.x

Expand Down

0 comments on commit fbc86e3

Please sign in to comment.