Skip to content

Commit

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

Bump actions/setup-python from 2.3.1 to 2.3.2
  • Loading branch information
Joe Hamman committed Feb 7, 2022
2 parents bf90fa0 + ecfe4a3 commit 802bbd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Setup Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
steps:
- uses: actions/checkout@v2.4.0
- name: Setup Python
uses: actions/setup-python@v2.3.1
uses: actions/setup-python@v2.3.2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down

0 comments on commit 802bbd5

Please sign in to comment.