Skip to content

Commit

Permalink
chore: bump the snapcore/action-build action version (#505)
Browse files Browse the repository at this point in the history
It [seems like there's only
1.3.0](https://github.com/snapcore/action-build/tags) available now,
although I'm not sure what the story is behind that. This blocks other
PRs from merging.

In any case, it seems reasonable to bump this to the latest available
1.x version. I couldn't find a changelog or release notes, but the
commits seem straightforward and unlikely to cause issues, and it is a
Canonical project.
  • Loading branch information
tonyandrewmeyer authored Sep 25, 2024
1 parent 0ca17af commit 9d7e74e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/snap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:

- name: Build ${{ env.SNAP_NAME }} Snap
id: build-snap
uses: snapcore/action-build@v1.1.3
uses: snapcore/action-build@v1.3.0

- uses: actions/upload-artifact@v3
if: failure()
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
- name: Build ${{ env.SNAP_NAME }} Snap for ${{ matrix.arch }}
id: build-snap
uses: snapcore/action-build@v1.1.3
uses: snapcore/action-build@v1.3.0
with:
snapcraft-args: remote-build --build-for=${{ matrix.arch }} --launchpad-accept-public-upload

Expand Down

0 comments on commit 9d7e74e

Please sign in to comment.