We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a8b499 commit 6977dddCopy full SHA for 6977ddd
.github/workflows/lint-yaml.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Set up Python
22
uses: actions/setup-python@v5
23
with:
24
- python-version: 3.8
+ python-version: 3.14
25
26
- name: Install yamllint
27
run: pip install yamllint
scripts/.util/tools.json
@@ -1,4 +1,4 @@
1
{
2
"crane": "v0.21.1",
3
- "pack": "v0.40.0"
+ "pack": "v0.40.1"
4
}
0 commit comments