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.
1 parent 041a4b7 commit 2f7c8a3Copy full SHA for 2f7c8a3
.github/workflows/ci-test.yml
@@ -96,7 +96,7 @@ jobs:
96
97
# Setup version of Python to use
98
- name: Set Up Python ${{ matrix.python-version }}
99
- uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 # v4.5.0
+ uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4.6.0
100
with:
101
python-version: ${{ matrix.python-version }}
102
cache: 'pip'
0 commit comments