Skip to content

Commit

Permalink
Merge pull request #1781 from GhostWriters/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5.2.0

chore(deps): bump actions/setup-python from 5.1.1 to 5.2.0
  • Loading branch information
nemchik authored Sep 2, 2024
2 parents 60065cb + acfeedc commit 8a4b330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sparse-checkout: |
docs
- name: Setup python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: 3.x
- name: Get pip cache directory
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
sparse-checkout: |
docs
- name: Setup python
uses: actions/setup-python@v5.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: 3.x
- name: Get pip cache directory
Expand Down

0 comments on commit 8a4b330

Please sign in to comment.