Skip to content

Commit

Permalink
Merge pull request #3 from bossOfCode/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5.2.0

bump actions/setup-python from 5.1.1 to 5.2.0
  • Loading branch information
bossOfCode authored Sep 3, 2024
2 parents 2ffaded + 788f90f commit 85a7986
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.1.1
uses: actions/setup-python@v5.2.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.1.1
uses: actions/setup-python@v5.2.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.1.1
uses: actions/setup-python@v5.2.0
with:
python-version: 3.12.5

Expand Down

0 comments on commit 85a7986

Please sign in to comment.