Skip to content

Commit 662adde

Browse files
Bump actions/setup-python from 5.1.0 to 5.1.1 (#61)
1 parent 475bdf6 commit 662adde

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/pythonpackage.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/[email protected]
1010
- name: Set up Python
11-
uses: actions/[email protected].0
11+
uses: actions/[email protected].1
1212
with:
1313
python-version: '3.x'
1414
- name: Install dependencies
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/[email protected]
2626
- name: Set up Python
27-
uses: actions/[email protected].0
27+
uses: actions/[email protected].1
2828
with:
2929
python-version: '3.7'
3030
- name: Install dependencies
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/[email protected]
4646
- name: Set up Python
47-
uses: actions/[email protected].0
47+
uses: actions/[email protected].1
4848
with:
4949
python-version: '3.x'
5050
- name: Install dependencies
@@ -64,7 +64,7 @@ jobs:
6464
steps:
6565
- uses: actions/[email protected]
6666
- name: Set up Python
67-
uses: actions/[email protected].0
67+
uses: actions/[email protected].1
6868
with:
6969
python-version: '3.x'
7070
- name: Install dependencies
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- uses: actions/[email protected]
8989
- name: Set up Python ${{ matrix.python-version }}
90-
uses: actions/[email protected].0
90+
uses: actions/[email protected].1
9191
with:
9292
python-version: ${{ matrix.python-version }}
9393
- name: Install dependencies
@@ -110,7 +110,7 @@ jobs:
110110
steps:
111111
- uses: actions/[email protected]
112112
- name: Set up Python
113-
uses: actions/[email protected].0
113+
uses: actions/[email protected].1
114114
with:
115115
python-version: '3.x'
116116
- name: Install dependencies

0 commit comments

Comments
 (0)