Skip to content

Commit

Permalink
Merge pull request #33 from pangeo-data/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-2.4.0

Bump actions/checkout from 2.3.5 to 2.4.0
  • Loading branch information
Joe Hamman authored Nov 3, 2021
2 parents 5c47c9d + 0d63034 commit 0cfd577
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- uses: actions/[email protected]
- uses: pre-commit/[email protected]

Expand All @@ -23,7 +23,7 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.9]
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- name: Setup Python
uses: actions/[email protected]
with:
Expand All @@ -50,7 +50,7 @@ jobs:
matrix:
python-version: [3.8, 3.9]
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- name: Setup Python
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 0cfd577

Please sign in to comment.