Skip to content

build(deps): bump anyhow from 1.0.79 to 1.0.80 #262

build(deps): bump anyhow from 1.0.79 to 1.0.80

build(deps): bump anyhow from 1.0.79 to 1.0.80 #262

Workflow file for this run

name: Close Snaps
on:
pull_request:
types: [closed]
jobs:
close:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Close obsolete channels
uses: canonical/actions/close-snap@release
continue-on-error: true
with:
channel: edge/pr${{ github.event.number }}
snapcraft-token: ${{ secrets.SNAPCRAFT_TOKEN }}