forked from repo-mirrors/cnpg-postgres-containers
chore: update ubuntu and python versions (#61)
This commit is contained in:
committed by
GitHub
parent
9c8df435fb
commit
e7be7616c4
6
.github/workflows/update.yml
vendored
6
.github/workflows/update.yml
vendored
@@ -11,11 +11,15 @@ defaults:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-20.04
|
||||
name: Run update script
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
token: ${{ secrets.REPO_GHA_PAT }}
|
||||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: '3.11'
|
||||
- name: Run update script
|
||||
uses: nick-fields/retry@v2
|
||||
with:
|
||||
|
Reference in New Issue
Block a user