Skip to content

Commit 6aab907

Browse files
committed
👷 Upgrade actions/checkout
1 parent e76a88f commit 6aab907

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: 🔨 Build distribution
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616
- name: 🏗 Set up Python 3.7
1717
uses: actions/setup-python@v1
1818
with:
@@ -33,7 +33,7 @@ jobs:
3333
name: 🧹 Pre-commit
3434
runs-on: ubuntu-latest
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: 🏗 Set up Python 3.7
3838
uses: actions/setup-python@v1
3939
with:
@@ -52,7 +52,7 @@ jobs:
5252
python: ["2.7", "3.7", "3.8", "3.9"]
5353
runs-on: ubuntu-latest
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: 🏗 Set up Python ${{ matrix.python }}
5757
uses: actions/setup-python@v1
5858
with:

0 commit comments

Comments
 (0)