From d9130b8e42ab128b784f8a1d51eebb9adce2ad04 Mon Sep 17 00:00:00 2001 From: Hannes Kuchelmeister Date: Tue, 27 Feb 2024 21:39:02 +0100 Subject: [PATCH] update actions to newer versions --- .github/workflows/ci.yml | 6 +++--- hooks/pre-commit.hook | 0 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 hooks/pre-commit.hook diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb447d3..e21d694 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ name: CI jobs: rustfmt: name: Rustfmt - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 with: @@ -26,9 +26,9 @@ jobs: flatpak: name: Flatpak - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 container: - image: bilelmoussaoui/flatpak-github-actions:gnome-42 + image: bilelmoussaoui/flatpak-github-actions:gnome-45 options: --privileged steps: - name: Install git-lfs diff --git a/hooks/pre-commit.hook b/hooks/pre-commit.hook old mode 100644 new mode 100755