Skip to content

Commit f4d0ebe

Browse files
Bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0942b7b commit f4d0ebe

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].1
9+
- uses: actions/[email protected].2
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].1
25+
- uses: actions/[email protected].2
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].1
45+
- uses: actions/[email protected].2
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].1
65+
- uses: actions/[email protected].2
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].1
88+
- uses: actions/[email protected].2
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].1
111+
- uses: actions/[email protected].2
112112
- name: Set up Python
113113
uses: actions/[email protected]
114114
with:

0 commit comments

Comments
 (0)