mirror of
https://github.com/13hannes11/toolbx-tuner.git
synced 2024-09-03 23:21:00 +02:00
update actions to newer versions
This commit is contained in:
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@@ -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
0
hooks/pre-commit.hook
Normal file → Executable file
Reference in New Issue
Block a user