Skip to content

Commit 4bdbc6a

Browse files
committed
Pin python versions
1 parent 9723a2a commit 4bdbc6a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
---
22
version: 2
33
updates:
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
schedule:
7+
interval: "daily"
48
- package-ecosystem: "github-actions"
59
directory: "/"
610
schedule:

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2020
- name: Install YAMLLint
2121
shell: bash
22-
run: sudo pip install yamllint
22+
run: sudo pip install yamllint==1.35.1
2323
- name: Run YAMLLint
2424
shell: bash
2525
run: "yamllint -d '{extends: relaxed, rules: {line-length: disable, trailing-spaces: disable}}' ."

0 commit comments

Comments
 (0)