7
7
name : Build distributions
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
10
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
11
11
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
12
12
with :
13
13
python-version : 3.12
30
30
python-version : [ "3.9", "3.10", "3.11", "3.12", "3.13" ]
31
31
os : [ ubuntu-latest, macOS-latest, windows-latest ]
32
32
steps :
33
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
33
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
34
34
- name : Download distributions
35
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
35
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
36
36
with :
37
37
name : dists
38
38
path : dist/
50
50
name : Check sdist
51
51
runs-on : ubuntu-latest
52
52
steps :
53
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
53
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
54
54
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
55
55
with :
56
56
python-version : 3.12
62
62
name : Run ruff
63
63
runs-on : ubuntu-latest
64
64
steps :
65
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
65
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
66
66
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
67
67
with :
68
68
python-version : 3.12
86
86
os : [ ubuntu-latest, macOS-latest, windows-latest ]
87
87
if : ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') || github.event_name == 'workflow_dispatch' }}
88
88
steps :
89
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
89
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
90
90
- name : Download distributions
91
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
91
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
92
92
with :
93
93
name : dists
94
94
path : dist/
@@ -114,7 +114,7 @@ jobs:
114
114
name : Run mypy
115
115
runs-on : ubuntu-latest
116
116
steps :
117
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
117
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
118
118
- uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065
119
119
with :
120
120
python-version : 3.12
0 commit comments