Skip to content

Commit

Permalink
Merge pull request #200 from Pale-Blue-Dot-97/dependabot/github_actio…
Browse files Browse the repository at this point in the history
…ns/actions/setup-python-4

Bump actions/setup-python from 3 to 4
  • Loading branch information
Pale-Blue-Dot-97 committed Aug 2, 2023
2 parents 7d2d010 + a42b8f2 commit b775119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: actions/setup-python@v4
- name: Install dependencies 🛒
run: |
pip install .
Expand Down

0 comments on commit b775119

Please sign in to comment.