Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Update repo.yml
Browse files Browse the repository at this point in the history
Signed-off-by: David Lapshin <[email protected]>
  • Loading branch information
daudix authored Jan 3, 2024
1 parent 20de07a commit d9fa04f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,22 +25,22 @@ jobs:
steps:
# Checkout a repository with Flatpak manifests
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.1
with:
submodules: recursive

# See "Multiple Architectures" below
- name: Setup QEMU
if: ${{ matrix.arch == 'aarch64' }}
id: qemu
uses: docker/setup-qemu-action@v3
uses: docker/setup-qemu-action@v3.0.0
with:
platforms: arm64

# See "GPG Signing" below
- name: Setup GPG
id: gpg
uses: crazy-max/ghaction-import-gpg@v6
uses: crazy-max/ghaction-import-gpg@v6.1.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand Down Expand Up @@ -73,4 +73,4 @@ jobs:
steps:
- name: GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
uses: actions/deploy-pages@v4.0.2

0 comments on commit d9fa04f

Please sign in to comment.