Skip to content

Commit

Permalink
CI: bump actions/setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
JssDWt committed Jul 1, 2024
1 parent 2c4953a commit b64a094
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
go-version: '1.19.9'

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

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ref: ${{ inputs.ref || github.sha }}

- name: "Install Python"
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}

Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
ref: ${{ inputs.ref || github.sha }}

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

Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
ref: ${{ inputs.ref || github.sha }}

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

Expand Down

0 comments on commit b64a094

Please sign in to comment.