Skip to content

Commit 7c50170

Browse files
author
Joe Hamman
authored
Merge pull request #54 from pangeo-data/dependabot/github_actions/actions/setup-python-3
Bump actions/setup-python from 2.3.2 to 3
2 parents 3af1306 + 0aaca19 commit 7c50170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/[email protected]
2020
- name: Setup Python
21-
uses: actions/setup-python@v2.3.2
21+
uses: actions/setup-python@v3
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/[email protected]
5353
- name: Setup Python
54-
uses: actions/setup-python@v2.3.2
54+
uses: actions/setup-python@v3
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
architecture: x64

0 commit comments

Comments
 (0)