From 6d0dd363260c9917f0bca469ec21370bb45a5b9f Mon Sep 17 00:00:00 2001 From: Dark Dragon Date: Thu, 22 Feb 2024 15:01:24 +0100 Subject: [PATCH] Fix actions location in README --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ff3788..d8d17b6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ jobs: options: --privileged steps: - uses: actions/checkout@v4 - - uses: flathub/flatpak-github-actions/flatpak-builder@v6 + - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master with: bundle: palette.flatpak manifest-path: org.gnome.zbrown.Palette.yml @@ -88,7 +88,7 @@ jobs: uses: docker/setup-qemu-action@v2 with: platforms: arm64 - - uses: flathub/flatpak-github-actions/flatpak-builder@v6 + - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master with: bundle: palette.flatpak manifest-path: org.gnome.zbrown.Palette.yml @@ -157,13 +157,13 @@ jobs: options: --privileged steps: - uses: actions/checkout@v4 - - uses: flathub/flatpak-github-actions/flatpak-builder@v6 + - uses: flathub-infra/flatpak-github-actions/flatpak-builder@master name: "Build" with: bundle: palette.flatpak manifest-path: org.gnome.zbrown.Palette.yml cache-key: flatpak-builder-${{ github.sha }} - - uses: flathub/flatpak-github-actions/flat-manager@v4 + - uses: flathub-infra/flatpak-github-actions/flat-manager@master name: "Deploy" with: repository: elementary