From 58aade5afde488428c9b0cbef232421e3515736e Mon Sep 17 00:00:00 2001 From: "Pedro O. A. Regis" Date: Wed, 31 Jan 2024 16:54:50 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=B5es?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/push.yml | 6 +++--- .github/workflows/tests.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 417b735..d331c4d 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -8,10 +8,10 @@ on: jobs: push: name: Build & Push - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 @@ -32,7 +32,7 @@ jobs: # Remove podman via apt-get - run: | - sudo apt-get purge -y podman containers-image containers-common + sudo apt-get purge -y podman sudo apt-get autoremove --purge sudo apt-get -y clean podman --version || echo podman not installed diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 535c45c..b61403d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,10 +10,10 @@ on: jobs: build: name: Build - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: # Nix Flakes doesn't work on shallow clones fetch-depth: 0 @@ -34,7 +34,7 @@ jobs: # Remove podman via apt-get - run: | - sudo apt-get purge -y podman containers-image containers-common + sudo apt-get purge -y podman sudo apt-get autoremove --purge sudo apt-get -y clean podman --version || echo podman not installed