File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 23
23
permissions :
24
24
pull-requests : read
25
25
steps :
26
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
26
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
27
27
if : github.ref == 'refs/heads/main' # Only checkout when the branch is 'main'
28
28
- name : Check for backend file changes
29
29
uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Setup Python environment
45
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
47
47
with :
48
48
python-version : ${{ env.PYTHON_VERSION }}
63
63
runs-on : ubuntu-latest
64
64
steps :
65
65
- name : Setup Python environment
66
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
67
67
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
68
68
with :
69
69
python-version : ${{ env.PYTHON_VERSION }}
79
79
needs : [ lint, test ]
80
80
steps :
81
81
- name : Setup Python environment
82
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
82
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
83
83
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
84
84
with :
85
85
python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 25
25
outputs :
26
26
PyDataBerlinChanges : ${{ steps.filter.outputs.PyDataBerlinChanges }}
27
27
steps :
28
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
28
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
29
29
if : github.ref == 'refs/heads/main' # Only checkout when the branch is 'main'
30
30
- name : Check for 2023_PyData_Berlin file changes
31
31
uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
44
44
runs-on : ubuntu-latest
45
45
steps :
46
46
- name : Setup Python environment
47
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
48
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
49
49
with :
50
50
python-version : ${{ env.PYTHON_VERSION }}
65
65
runs-on : ubuntu-latest
66
66
steps :
67
67
- name : Setup Python environment
68
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
68
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
69
69
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
70
70
with :
71
71
python-version : ${{ env.PYTHON_VERSION }}
81
81
needs : [ lint, test ]
82
82
steps :
83
83
- name : Setup Python environment
84
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
84
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
85
85
- uses : actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
86
86
with :
87
87
python-version : ${{ env.PYTHON_VERSION }}
Original file line number Diff line number Diff line change 20
20
permissions :
21
21
pull-requests : read
22
22
steps :
23
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
23
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
24
24
if : github.ref == 'refs/heads/main' # Only checkout when the branch is 'main'
25
25
- name : Check for backend file changes
26
26
uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
44
44
python-version : [ "3.12" ]
45
45
46
46
steps :
47
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
47
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
48
48
with :
49
49
sparse-checkout : 2023_EuroSciPy
50
50
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments