File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed
Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change 1616 lint :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
20- - uses : actions/setup-python@v2
19+ - uses : actions/checkout@v3
20+ - uses : actions/setup-python@v4
21+ with :
22+ python-version : ' 3.8'
2123
2224 - name : Install dependencies
2325 run : |
3739 meson-build-test :
3840 runs-on : ubuntu-latest
3941 steps :
40- - uses : actions/checkout@v2
41- - uses : actions/setup-python@v2
42+ - uses : actions/checkout@v3
43+ - uses : actions/setup-python@v4
44+ with :
45+ python-version : ' 3.8'
4246
4347 - name : Install dependencies
4448 run : |
@@ -61,10 +65,12 @@ jobs:
6165 image : bilelmoussaoui/flatpak-github-actions:gnome-40
6266 options : --privileged
6367 steps :
64- - uses : actions/checkout@v2
65- - uses : actions/setup-python@v2
68+ - uses : actions/checkout@v3
69+ - uses : actions/setup-python@v4
70+ with :
71+ python-version : ' 3.8'
6672 - name : Flatpak builder
67- uses : bilelmoussaoui /flatpak-github-actions/flatpak-builder@v3
73+ uses : flatpak /flatpak-github-actions/flatpak-builder@v4
6874 with :
6975 bundle : " diffuse.flatpak"
7076 manifest-path : " io.github.mightycreak.Diffuse.yml"
You can’t perform that action at this time.
0 commit comments