Skip to content

Commit

Permalink
pin versions in rock ci workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ca-scribner committed Jan 18, 2024
1 parent 648946a commit da82520
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on_pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,8 @@ jobs:
permissions:
pull-requests: read
secrets: inherit
with:
rockcraft-channel: latest/edge
microk8s-channel: 1.26/stable
juju-channel: 3.1/stable
python-version: "3.8"
5 changes: 5 additions & 0 deletions .github/workflows/on_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,8 @@ jobs:
permissions:
pull-requests: read
secrets: inherit
with:
rockcraft-channel: latest/edge
microk8s-channel: 1.26/stable
juju-channel: 3.1/stable
python-version: "3.8"

0 comments on commit da82520

Please sign in to comment.