Skip to content

Commit

Permalink
Merge pull request #1952 from jzelinskie/snap-bump
Browse files Browse the repository at this point in the history
.github: bump to snapcraft 8.x
  • Loading branch information
jzelinskie authored Jun 20, 2024
2 parents ecef31d + c3ac3e7 commit 49e8c1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: "authzed/actions/setup-go@main"
- name: "Install snapcraft"
run: "sudo snap install snapcraft --channel=7.x/stable --classic"
run: "sudo snap install snapcraft --channel=8.x/stable --classic"
- uses: "authzed/actions/docker-login@main"
with:
quayio_token: "${{ secrets.QUAYIO_PASSWORD }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: 'echo "SpiceDB version must start with `v` and be a semver" && exit 1'
shell: "bash"
- name: "Install snapcraft"
run: "sudo snap install snapcraft --channel=7.x/stable --classic"
run: "sudo snap install snapcraft --channel=8.x/stable --classic"
- uses: "authzed/actions/docker-login@main"
with:
quayio_token: "${{ secrets.QUAYIO_PASSWORD }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
username: "${{ env.DOCKERHUB_PUBLIC_USER }}"
password: "${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
- name: "Install snapcraft"
run: "sudo snap install snapcraft --channel=7.x/stable --classic"
run: "sudo snap install snapcraft --channel=8.x/stable --classic"
- uses: "aquasecurity/trivy-action@master"
with:
scan-type: "fs"
Expand Down

0 comments on commit 49e8c1c

Please sign in to comment.