Skip to content

Commit 0cfd577

Browse files
author
Joe Hamman
authored
Merge pull request #33 from pangeo-data/dependabot/github_actions/actions/checkout-2.4.0
Bump actions/checkout from 2.3.5 to 2.4.0
2 parents 5c47c9d + 0d63034 commit 0cfd577

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
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2.3.5
15+
- uses: actions/checkout@v2.4.0
1616
- uses: actions/[email protected]
1717
- uses: pre-commit/[email protected]
1818

@@ -23,7 +23,7 @@ jobs:
2323
matrix:
2424
python-version: [3.7, 3.8, 3.9]
2525
steps:
26-
- uses: actions/checkout@v2.3.5
26+
- uses: actions/checkout@v2.4.0
2727
- name: Setup Python
2828
uses: actions/[email protected]
2929
with:
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
python-version: [3.8, 3.9]
5252
steps:
53-
- uses: actions/checkout@v2.3.5
53+
- uses: actions/checkout@v2.4.0
5454
- name: Setup Python
5555
uses: actions/[email protected]
5656
with:

0 commit comments

Comments
 (0)