Skip to content

Commit 18969dc

Browse files
author
Joe Hamman
authored
Merge pull request #55 from pangeo-data/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents 7c50170 + 655a550 commit 18969dc

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
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [3.7, 3.8, 3.9]
1818
steps:
19-
- uses: actions/checkout@v2.4.0
19+
- uses: actions/checkout@v3
2020
- name: Setup Python
2121
uses: actions/setup-python@v3
2222
with:
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
python-version: [3.8, 3.9]
5151
steps:
52-
- uses: actions/checkout@v2.4.0
52+
- uses: actions/checkout@v3
5353
- name: Setup Python
5454
uses: actions/setup-python@v3
5555
with:

0 commit comments

Comments
 (0)