Skip to content

Commit

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

chore(deps): bump actions/setup-python from 5.2.0 to 5.3.0
  • Loading branch information
nemchik authored Oct 31, 2024
2 parents 438a114 + 6d35da8 commit 9a9d536
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 @@ -14,7 +14,7 @@ jobs:
sparse-checkout: |
docs
- name: Setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- name: Get pip cache directory
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
sparse-checkout: |
docs
- name: Setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.x
- name: Get pip cache directory
Expand Down

0 comments on commit 9a9d536

Please sign in to comment.