Skip to content

Commit 16d7c0f

Browse files
committed
bump checkout version
just to get a new commit for ci testing
1 parent f60e0a8 commit 16d7c0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
black:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v3
1818
- name: Check files using the black formatter
1919
uses: rickstaa/action-black@v1
2020
id: action_black
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
python-version: [3.7, 3.8, 3.9]
3434
steps:
35-
- uses: actions/checkout@v2
35+
- uses: actions/checkout@v3
3636
- name: Install Conda environment with Micromamba
3737
uses: mamba-org/provision-with-micromamba@main
3838
with:
@@ -52,7 +52,7 @@ jobs:
5252
matrix:
5353
python-version: [3.7, 3.8, 3.9]
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: Install Conda environment with Micromamba
5757
uses: mamba-org/provision-with-micromamba@main
5858
with:
@@ -75,7 +75,7 @@ jobs:
7575
matrix:
7676
python-version: [3.7, 3.8, 3.9]
7777
steps:
78-
- uses: actions/checkout@v2
78+
- uses: actions/checkout@v3
7979
- name: Install Conda environment with Micromamba
8080
uses: mamba-org/provision-with-micromamba@main
8181
with:
@@ -99,7 +99,7 @@ jobs:
9999
matrix:
100100
python-version: [3.7]
101101
steps:
102-
- uses: actions/checkout@v2
102+
- uses: actions/checkout@v3
103103
- name: Install Conda environment with Micromamba
104104
uses: mamba-org/provision-with-micromamba@main
105105
with:

0 commit comments

Comments
 (0)