Skip to content

Commit

Permalink
Merge pull request #101 from jcpsantiago/renovate/actions-setup-pytho…
Browse files Browse the repository at this point in the history
…n-5.x

chore(deps): update actions/setup-python action to v5
  • Loading branch information
jcpsantiago committed Dec 7, 2023
2 parents 4e10485 + 274d19e commit a33f00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
Expand Down

0 comments on commit a33f00b

Please sign in to comment.