Skip to content

Commit 9fb08e5

Browse files
Merge pull request #3 from py-package/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 04c157e + 20f9f0b commit 9fb08e5

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
@@ -10,7 +10,7 @@ jobs:
1010
python-version: ["3.7", "3.8", "3.9", "3.10"]
1111
name: Python ${{ matrix.python-version }}
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
- name: Set up Python ${{ matrix.python-version }}
1515
uses: actions/setup-python@v2
1616
with:
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
name: Lint
3333
steps:
34-
- uses: actions/checkout@v2
34+
- uses: actions/checkout@v3
3535
- name: Set up Python 3.8
3636
uses: actions/setup-python@v2
3737
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)