File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
25
25
26
26
- name : Setup Python 3.11
27
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
27
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
28
28
with :
29
29
python-version : " 3.11"
30
30
72
72
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
73
73
74
74
- name : Setup Python ${{ matrix.python }}
75
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
75
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
76
76
with :
77
77
python-version : ${{ matrix.python }}
78
78
allow-prereleases : true
@@ -101,7 +101,7 @@ jobs:
101
101
uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
102
102
103
103
- name : Setup Python
104
- uses : actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4.7.1
104
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
105
105
106
106
- name : Install tools
107
107
run : pip install mypy flake8
You can’t perform that action at this time.
0 commit comments