Support/node20 (#93)

* Update action.yml to use node20

* Update README.md with newer runner versions and fix typo

* Update all workflows to use newer action versions and runner environments
This commit is contained in:
EusebioTrigo 2024-03-05 14:48:07 +01:00 committed by GitHub
parent e85426e5e2
commit 0fa2dca2e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 31 additions and 31 deletions

View file

@ -17,7 +17,7 @@ env:
jobs:
login-and-push:
name: Login and push image to Quay.io
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
@ -27,7 +27,7 @@ jobs:
# Checkout push-to-registry action github repository
- name: Checkout Push to Registry action
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install latest podman
if: matrix.install_latest