Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows/*: bump version, fix warnings #764

Merged
merged 6 commits into from
Dec 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down Expand Up @@ -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
git push
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/flathub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down Expand Up @@ -51,4 +51,4 @@ jobs:
run: |
cd $GITHUB_WORKSPACE/.ci
chmod +x *.sh
./flathub_wait_for_build.sh
./flathub_wait_for_build.sh
8 changes: 4 additions & 4 deletions .github/workflows/flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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: |
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/opensuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3

- name: Install dependencies
run: |
Expand Down Expand Up @@ -65,4 +65,4 @@ jobs:
- name: Submit package
run: |
cd X11:Pantheon:Apps/cozy
osc submitrequest -m "Update to version $(cat /tmp/VERSION)."
osc submitrequest -m "Update to version $(cat /tmp/VERSION)."