Skip to content

Commit

Permalink
Update setup-python action to v5 & python3.11
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
gerrod3 committed Oct 15, 2024
1 parent 84e1ad5 commit 9c54cd1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 19 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/docs.yml

This file was deleted.

4 changes: 3 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
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 9c54cd1

Please sign in to comment.