From 16afd275d727938e29e01d84392540aae97c2b8d Mon Sep 17 00:00:00 2001 From: Laurent Trinques Date: Wed, 6 Sep 2023 09:34:50 +0200 Subject: [PATCH] Update publish-edge-snap.yml --- .github/workflows/publish-edge-snap.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/publish-edge-snap.yml b/.github/workflows/publish-edge-snap.yml index 6585e3d72..f0a3ccaaa 100644 --- a/.github/workflows/publish-edge-snap.yml +++ b/.github/workflows/publish-edge-snap.yml @@ -7,12 +7,12 @@ on: jobs: publish_amd64: - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v2 - uses: snapcore/action-build@v1 id: build - - uses: snapcore/action-publish@master + - uses: snapcore/action-publish@v1 env: SNAPCRAFT_STORE_LEGACY_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }} with: