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: jobs:
rustfmt: rustfmt:
name: Rustfmt name: Rustfmt
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
@@ -26,9 +26,9 @@ jobs:
flatpak: flatpak:
name: Flatpak name: Flatpak
runs-on: ubuntu-20.04 runs-on: ubuntu-22.04
container: container:
image: bilelmoussaoui/flatpak-github-actions:gnome-42 image: bilelmoussaoui/flatpak-github-actions:gnome-45
options: --privileged options: --privileged
steps: steps:
- name: Install git-lfs - name: Install git-lfs

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