We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baaa962 commit d999456Copy full SHA for d999456
.github/workflows/update-dependencies.yml
@@ -26,7 +26,7 @@ jobs:
26
# Install dependency
27
sudo apt update
28
sudo apt install -y jq
29
- sudo snap install yq --channel=v3/stable
+ sudo snap install yq
30
31
# Tell git who we are for commits
32
git config user.email "${{ github.actor }}"
0 commit comments