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.
2 parents f0e0bf4 + fca642f commit 06edc3eCopy full SHA for 06edc3e
.github/workflows/lint.yml
@@ -72,7 +72,7 @@ jobs:
72
uses: ./.github/actions/free-disk-space
73
74
- name: Setup Python 3.11
75
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
+ uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
76
with:
77
python-version: 3.11
78
cache: pip
.github/workflows/test.yml
@@ -79,7 +79,7 @@ jobs:
79
brew install expect coreutils bash
80
81
- name: Setup Python ${{ matrix.python }}
82
83
84
python-version: ${{ matrix.python }}
85
0 commit comments