Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit 6d0dd36

Browse files
darkdragon-001barthalion
authored andcommitted
Fix actions location in README
1 parent a21be69 commit 6d0dd36

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
options: --privileged
2424
steps:
2525
- uses: actions/checkout@v4
26-
- uses: flathub/flatpak-github-actions/flatpak-builder@v6
26+
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
2727
with:
2828
bundle: palette.flatpak
2929
manifest-path: org.gnome.zbrown.Palette.yml
@@ -88,7 +88,7 @@ jobs:
8888
uses: docker/setup-qemu-action@v2
8989
with:
9090
platforms: arm64
91-
- uses: flathub/flatpak-github-actions/flatpak-builder@v6
91+
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
9292
with:
9393
bundle: palette.flatpak
9494
manifest-path: org.gnome.zbrown.Palette.yml
@@ -157,13 +157,13 @@ jobs:
157157
options: --privileged
158158
steps:
159159
- uses: actions/checkout@v4
160-
- uses: flathub/flatpak-github-actions/flatpak-builder@v6
160+
- uses: flathub-infra/flatpak-github-actions/flatpak-builder@master
161161
name: "Build"
162162
with:
163163
bundle: palette.flatpak
164164
manifest-path: org.gnome.zbrown.Palette.yml
165165
cache-key: flatpak-builder-${{ github.sha }}
166-
- uses: flathub/flatpak-github-actions/flat-manager@v4
166+
- uses: flathub-infra/flatpak-github-actions/flat-manager@master
167167
name: "Deploy"
168168
with:
169169
repository: elementary

0 commit comments

Comments
 (0)