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 20ec686 commit b1c502eCopy full SHA for b1c502e
1 file changed
.github/workflows/pull-request.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
15
- name: Set up Python ${{ matrix.python-version }}
16
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
+ uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
17
with:
18
python-version: ${{ matrix.python-version }}
19
- name: Install Requirements
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
39
40
0 commit comments