Skip to content

Commit 0824d25

Browse files
author
cmdupuis3
committed
Merge remote-tracking branch 'pangeo-data/main' into main
2 parents a54a9b7 + decee57 commit 0824d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: actions/checkout@v2.4.0
2020
- name: Setup Python
21-
uses: actions/setup-python@v2.3.0
21+
uses: actions/setup-python@v2.3.1
2222
with:
2323
python-version: ${{ matrix.python-version }}
2424
architecture: x64
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
- uses: actions/checkout@v2.4.0
5353
- name: Setup Python
54-
uses: actions/setup-python@v2.3.0
54+
uses: actions/setup-python@v2.3.1
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757
architecture: x64

0 commit comments

Comments
 (0)