Skip to content

Commit

Permalink
Merge pull request TandoorRecipes#2849 from TandoorRecipes/dependabot…
Browse files Browse the repository at this point in the history
…/github_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
vabene1111 authored Jan 19, 2024
2 parents 1aa68f1 + ccdd678 commit e3445c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
# Build Vue frontend
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.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: pip install mkdocs-material mkdocs-include-markdown-plugin
Expand Down

0 comments on commit e3445c4

Please sign in to comment.