Skip to content

Commit ccc3eb7

Browse files
⬆️ Bump actions/checkout from 2 to 3 (#82)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
1 parent 94c3b45 commit ccc3eb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121
- name: Set up Python 3.8
2222
uses: actions/setup-python@v4
2323
with:
@@ -33,7 +33,7 @@ jobs:
3333
python-version: ['pypy-3.8', '3.8', '3.9', '3.10', '3.11']
3434

3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Set up Python ${{ matrix.python-version }}
3838
uses: actions/setup-python@v4
3939
with:
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
steps:
7171
- name: Checkout source
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373
- name: Set up Python
7474
uses: actions/setup-python@v4
7575
with:

0 commit comments

Comments
 (0)