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 d805113 + 370df7e commit 820ad90Copy full SHA for 820ad90
.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@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
+ uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.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