Skip to content

Commit

Permalink
Merge pull request #764 from kbdharun/master
Browse files Browse the repository at this point in the history
workflows/*: bump version, fix warnings
  • Loading branch information
geigi authored Dec 3, 2023
2 parents e6f0e9f + f3fb716 commit b3867f7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
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)."

0 comments on commit b3867f7

Please sign in to comment.