Skip to content

Commit

Permalink
Merge pull request #299 from os-climate/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5.1.0

[dependabot] Chore: Bump actions/setup-python from 4.7.0 to 5.1.0
  • Loading branch information
ModeSevenIndustrialSolutions authored Jun 10, 2024
2 parents 8fbe8cc + ccc775a commit b1cc222
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Setup Python"
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
version: 2.10.0

- name: "Setup Python"
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
version: 2.10.0

- name: "Setup Python"
uses: actions/setup-python@v4.7.0
uses: actions/setup-python@v5.1.0
with:
python-version: ${{ env.python-version }}

Expand Down

0 comments on commit b1cc222

Please sign in to comment.