update actions to newer versions

This commit is contained in:
2024-02-27 21:39:02 +01:00
parent 914b5899f1
commit d9130b8e42
2 changed files with 3 additions and 3 deletions

View File

@@ -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

0
hooks/pre-commit.hook Normal file → Executable file
View File