Skip to content

Commit

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

Chore: bump actions/setup-python from 4 to 5
  • Loading branch information
georgekart authored Sep 11, 2024
2 parents b01b35e + 7806ce1 commit d8f654f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/emergency_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
go-version-file: ./custom/go.mod

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
go-version-file: ./custom/go.mod

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down

0 comments on commit d8f654f

Please sign in to comment.