Skip to content

Commit 6d01385

Browse files
⬆️ Bump actions/checkout from 2 to 3 (#141)
1 parent 2a536b5 commit 6d01385

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Set up Python 3.8
1919
uses: actions/setup-python@v4
2020
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@v4
4040
with:
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ${{ matrix.os }}
6666

6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v3
6969
- name: Set up Python ${{ matrix.python-version }}
7070
uses: actions/setup-python@v4
7171
with:
@@ -85,7 +85,7 @@ jobs:
8585
format: [html, latex, man]
8686

8787
steps:
88-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v3
8989
- name: Set up Python 3.9
9090
uses: actions/setup-python@v4
9191
with:
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ubuntu-latest
106106
steps:
107107
- name: Checkout source
108-
uses: actions/checkout@v2
108+
uses: actions/checkout@v3
109109
- name: Set up Python
110110
uses: actions/setup-python@v4
111111
with:

0 commit comments

Comments
 (0)