Skip to content

Commit

Permalink
Merge pull request #6 from bossOfCode/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5.3.0
  • Loading branch information
dependabot[bot] authored Oct 30, 2024
2 parents 83a3a0b + 488b86a commit b0dbfe4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.12.5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.12.5

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/manual3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/[email protected]

- name: setup python
uses: actions/setup-python@v5.2.0
uses: actions/setup-python@v5.3.0
with:
python-version: 3.12.5

Expand Down

0 comments on commit b0dbfe4

Please sign in to comment.