Skip to content

Commit

Permalink
Bump GHA python
Browse files Browse the repository at this point in the history
  • Loading branch information
robojumper committed Jan 18, 2023
1 parent 55184f1 commit 8a55d99
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v2
- name: Test docs script
Expand All @@ -21,9 +21,9 @@ jobs:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v2
with:
Expand Down Expand Up @@ -74,9 +74,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v2
- name: Build Docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/post_patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
run:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: '3.6'
python-version: '3.x'
- name: Checkout
uses: actions/checkout@v2
- name: Download artifacts
Expand Down

0 comments on commit 8a55d99

Please sign in to comment.