Skip to content

Commit d851c58

Browse files
⬆️ Bump actions/checkout from 2 to 3 (#14)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 2118740 commit d851c58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: Set up Python 3.8
1818
uses: actions/setup-python@v1
1919
with:
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{ matrix.os }}
3535

3636
steps:
37-
- uses: actions/checkout@v2
37+
- uses: actions/checkout@v3
3838
- name: Set up Python ${{ matrix.python-version }}
3939
uses: actions/setup-python@v1
4040
with:

0 commit comments

Comments
 (0)