Update GitHub actions to use Node 16 and Ubuntu to latest (#1591)

Signed-off-by: sdawley <sdawley@redhat.com>

Signed-off-by: sdawley <sdawley@redhat.com>
pull/1593/head
Nick Boldt 2023-01-04 16:16:04 -04:00 committed by GitHub
parent b1dde41508
commit 39114e1986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 12 deletions

View File

@ -37,10 +37,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.6
uses: actions/setup-python@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3.9
- name: Install yq
run: |
python -m pip install --upgrade pip

View File

@ -37,10 +37,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.6
uses: actions/setup-python@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3.9
- name: Install yq
run: |
python -m pip install --upgrade pip

View File

@ -33,10 +33,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python 3.6
uses: actions/setup-python@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3.9
- name: Install operator courier, yq
run: |
python -m pip install --upgrade pip

View File

@ -50,10 +50,10 @@ jobs:
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Set up Python 3.6
uses: actions/setup-python@v3
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3.9
- name: Install operator courier, yq, and base32 wrapper
run: |
python -m pip install --upgrade pip