Skip to content

Commit d12246e

Browse files
Merge pull request #2 from py-package/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 7e2ab4a + 0975f2d commit d12246e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/pythonapp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.7", "3.8", "3.9", "3.10"]
1313
name: Python ${{ matrix.python-version }}
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: Set up Python ${{ matrix.python-version }}
1717
uses: actions/setup-python@v2
1818
with:
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-latest
3434
name: Lint
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Set up Python 3.8
3838
uses: actions/setup-python@v2
3939
with:

.github/workflows/pythonpublish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
deploy:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3
1212
- name: Set up Python
1313
uses: actions/setup-python@v2
1414
with:

0 commit comments

Comments
 (0)