Skip to content

Commit

Permalink
ci: bump actions/setup-python from 2.3.1 to 2.3.2 (#282)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 7, 2022
1 parent 91e259d commit 9257a00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
python-version: "3.8"

Expand All @@ -49,7 +49,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
python-version: "3.8"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Python
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
python-version: "3.8"

Expand Down

0 comments on commit 9257a00

Please sign in to comment.