Skip to content

Commit 1efb9d5

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (#57)
1 parent 6786c2e commit 1efb9d5

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
@@ -6,7 +6,7 @@ jobs:
66
PEP8:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/[email protected].3
9+
- uses: actions/[email protected].4
1010
- name: Set up Python
1111
uses: actions/[email protected]
1212
with:
@@ -22,7 +22,7 @@ jobs:
2222
PyLint:
2323
runs-on: ubuntu-latest
2424
steps:
25-
- uses: actions/[email protected].3
25+
- uses: actions/[email protected].4
2626
- name: Set up Python
2727
uses: actions/[email protected]
2828
with:
@@ -42,7 +42,7 @@ jobs:
4242
MyPy:
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/[email protected].3
45+
- uses: actions/[email protected].4
4646
- name: Set up Python
4747
uses: actions/[email protected]
4848
with:
@@ -62,7 +62,7 @@ jobs:
6262
Black:
6363
runs-on: ubuntu-latest
6464
steps:
65-
- uses: actions/[email protected].3
65+
- uses: actions/[email protected].4
6666
- name: Set up Python
6767
uses: actions/[email protected]
6868
with:
@@ -85,7 +85,7 @@ jobs:
8585
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
8686

8787
steps:
88-
- uses: actions/[email protected].3
88+
- uses: actions/[email protected].4
8989
- name: Set up Python ${{ matrix.python-version }}
9090
uses: actions/[email protected]
9191
with:
@@ -108,7 +108,7 @@ jobs:
108108
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
109109
runs-on: ubuntu-latest
110110
steps:
111-
- uses: actions/[email protected].3
111+
- uses: actions/[email protected].4
112112
- name: Set up Python
113113
uses: actions/[email protected]
114114
with:

0 commit comments

Comments
 (0)