diff --git a/.github/workflows/aur.yml b/.github/workflows/aur.yml index 00e20768..b986c6c4 100644 --- a/.github/workflows/aur.yml +++ b/.github/workflows/aur.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -62,4 +62,4 @@ jobs: git config --global user.name "Github Actions" cd /tmp/aur git commit -am "Bump version to $(cat /tmp/VERSION)" - git push \ No newline at end of file + git push diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 159918ad..023b440a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: image: ghcr.io/geigi/cozy-ci:main steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Lint with flake8 run: | diff --git a/.github/workflows/flathub.yml b/.github/workflows/flathub.yml index 5d3c54c5..664fb68f 100644 --- a/.github/workflows/flathub.yml +++ b/.github/workflows/flathub.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -51,4 +51,4 @@ jobs: run: | cd $GITHUB_WORKSPACE/.ci chmod +x *.sh - ./flathub_wait_for_build.sh \ No newline at end of file + ./flathub_wait_for_build.sh diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 6efda391..4abc464b 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-41 + image: bilelmoussaoui/flatpak-github-actions:gnome-44 options: --privileged strategy: @@ -16,7 +16,7 @@ jobs: # Don't fail the whole workflow if one architecture fails fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install deps run: | @@ -25,12 +25,12 @@ jobs: - name: Set up QEMU id: qemu - uses: docker/setup-qemu-action@v1 + uses: docker/setup-qemu-action@v2 with: platforms: arm64 if: ${{ matrix.arch == 'aarch64' }} - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v4 + - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 with: bundle: Cozy.flatpak manifest-path: com.github.geigi.cozy.json diff --git a/.github/workflows/opensuse.yml b/.github/workflows/opensuse.yml index 8e1e9c89..b3d52b11 100644 --- a/.github/workflows/opensuse.yml +++ b/.github/workflows/opensuse.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v3 - name: Install dependencies run: | @@ -65,4 +65,4 @@ jobs: - name: Submit package run: | cd X11:Pantheon:Apps/cozy - osc submitrequest -m "Update to version $(cat /tmp/VERSION)." \ No newline at end of file + osc submitrequest -m "Update to version $(cat /tmp/VERSION)."