Skip to content

Commit

Permalink
Merge pull request #681 from gerrod3/correct-python-action
Browse files Browse the repository at this point in the history
Update setup-python action to v5 & python3.11 [3.21]
  • Loading branch information
gerrod3 authored Oct 15, 2024
2 parents 84e1ad5 + eece6dc commit e7f69de
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/docs.yml

This file was deleted.

7 changes: 6 additions & 1 deletion .github/workflows/pr_build_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
# by default, it uses a depth of 1
# this fetches all history so that we can read each commit
fetch-depth: 0
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11

- name: Check commit message
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -53,6 +55,9 @@ jobs:
tag: "3.21-https"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Set https build args
if: contains(fromJSON('["4.6-https", "3.21-https"]'), matrix.tag)
run: |
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/publish_images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@ jobs:
tag: "3.21-https"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Download s6-overlay
run: |
wget https://github.com/just-containers/s6-overlay/releases/download/v3.1.2.1/s6-overlay-x86_64.tar.xz
Expand Down

0 comments on commit e7f69de

Please sign in to comment.