Skip to content

Commit

Permalink
Merge pull request #298 from estahn/dependabot/github_actions/main/ac…
Browse files Browse the repository at this point in the history
…tions/setup-python-4.2.0

build(deps): bump actions/setup-python from 4.1.0 to 4.2.0
  • Loading branch information
github-actions[bot] authored Aug 3, 2022
2 parents 8eb51ba + 33820e9 commit 0661215
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-python@v4.1.0
- uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-python@v4.1.0
- uses: actions/setup-python@v4.2.0
with:
python-version: '3.x'
- name: Install dependencies
Expand Down

0 comments on commit 0661215

Please sign in to comment.