Skip to content

Commit

Permalink
Merge pull request #41 from pangeo-data/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-2.3.0

Bump actions/setup-python from 2.2.2 to 2.3.0
  • Loading branch information
Joe Hamman authored Nov 18, 2021
2 parents e14de08 + 047ae51 commit 007bd22
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 @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: actions/setup-python@v2.2.2
- uses: actions/setup-python@v2.3.0
- uses: pre-commit/[email protected]

test:
Expand All @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Setup Python
uses: actions/setup-python@v2.2.2
uses: actions/setup-python@v2.3.0
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 007bd22

Please sign in to comment.