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 d6a6b54 + 8f99282 commit 9eb1ce5Copy full SHA for 9eb1ce5
.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@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
+ uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.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