Skip to content

Commit

Permalink
Merge pull request #3 from starling-cloud/dependabot/github_actions/m…
Browse files Browse the repository at this point in the history
…ain/actions/setup-python-5

dependabot-github-actions(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
vanvianen authored Aug 8, 2024
2 parents 6f2eef9 + 1deb0ef commit f82c2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,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

0 comments on commit f82c2ec

Please sign in to comment.