@@ -21,23 +21,23 @@ jobs:
21
21
name : " Check formatting"
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
25
25
with :
26
26
persist-credentials : false
27
27
28
- - uses : astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
28
+ - uses : astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
29
29
with :
30
30
args : ' format --check'
31
31
32
32
lint :
33
33
name : " Lint"
34
34
runs-on : ubuntu-latest
35
35
steps :
36
- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36
+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
37
37
with :
38
38
persist-credentials : false
39
39
40
- - uses : astral-sh/ruff-action@eaf0ecdd668ceea36159ff9d91882c9795d89b49 # v3.4.0
40
+ - uses : astral-sh/ruff-action@57714a7c8a2e59f32539362ba31877a1957dded1 # v3.5.1
41
41
42
42
- name : " Set up Python"
43
43
uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
80
80
81
81
steps :
82
82
- name : " Check out the repo"
83
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
83
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
84
84
with :
85
85
persist-credentials : false
86
86
@@ -112,7 +112,7 @@ jobs:
112
112
113
113
steps :
114
114
- name : " Check out the repo"
115
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
115
+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
116
116
with :
117
117
fetch-depth : " 0"
118
118
persist-credentials : false
@@ -127,7 +127,7 @@ jobs:
127
127
python -m pip install -r requirements.pip
128
128
129
129
- name : " Download coverage data"
130
- uses : actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3 .0
130
+ uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0 .0
131
131
with :
132
132
pattern : covdata-*
133
133
merge-multiple : true
0 commit comments