Skip to content

Commit 5c47c9d

Browse files
authored
Merge pull request #29 from pangeo-data/dependabot/github_actions/actions/checkout-2.3.5
2 parents 3bc614a + 5a99684 commit 5c47c9d

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/[email protected].4
15+
- uses: actions/[email protected].5
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/[email protected].4
26+
- uses: actions/[email protected].5
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/[email protected].4
53+
- uses: actions/[email protected].5
5454
- name: Setup Python
5555
uses: actions/[email protected]
5656
with:

0 commit comments

Comments
 (0)