Skip to content

Commit

Permalink
build(deps): bump actions/setup-python from 2 to 4 (#899)
Browse files Browse the repository at this point in the history
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v2...v4)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Z. Beard <[email protected]>
  • Loading branch information
dependabot[bot] and ericzbeard authored Jul 31, 2023
1 parent e237a5d commit 3d33fa9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/extract-snippets-dryrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9.x"
- run: bash .github/extract-snippets/extract-snippets.sh dryrun
2 changes: 1 addition & 1 deletion .github/workflows/extract-snippets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.9.x"
- run: bash .github/extract-snippets/extract-snippets.sh
Expand Down

0 comments on commit 3d33fa9

Please sign in to comment.