Skip to content

Commit 007bd22

Browse files
author
Joe Hamman
authored
Merge pull request #41 from pangeo-data/dependabot/github_actions/actions/setup-python-2.3.0
Bump actions/setup-python from 2.2.2 to 2.3.0
2 parents e14de08 + 047ae51 commit 007bd22

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/[email protected]
16-
- uses: actions/setup-python@v2.2.2
16+
- uses: actions/setup-python@v2.3.0
1717
- uses: pre-commit/[email protected]
1818

1919
test:
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/[email protected]
2727
- name: Setup Python
28-
uses: actions/setup-python@v2.2.2
28+
uses: actions/setup-python@v2.3.0
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
architecture: x64
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- uses: actions/[email protected]
5454
- name: Setup Python
55-
uses: actions/setup-python@v2.2.2
55+
uses: actions/setup-python@v2.3.0
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
architecture: x64

0 commit comments

Comments
 (0)