Skip to content

Commit

Permalink
chore(deps): bump actions/setup-python from 4 to 5 (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
thekaveman authored Dec 7, 2023
2 parents 8a323f2 + 14e1900 commit a2d92be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ref: "refs/pull/${{ github.event.number }}/merge"

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
Expand Down

0 comments on commit a2d92be

Please sign in to comment.