Skip to content

Commit

Permalink
Merge pull request #22 from hvalev/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-python-2.3.2

Bump actions/setup-python from 2.3.1 to 2.3.2
  • Loading branch information
hvalev authored Feb 5, 2022
2 parents 2c21340 + 5cd49f6 commit 10fc6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
python-version: 3.7
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
python-version: 3.7
- name: Install dependencies
Expand Down

0 comments on commit 10fc6a5

Please sign in to comment.