Skip to content

Commit

Permalink
Merge pull request #468 from adw0rd/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-2.3.1

Bump actions/setup-python from 2.3.0 to 2.3.1
  • Loading branch information
jashparekh authored Nov 30, 2021
2 parents 6a7620c + ac86dcd commit c1222e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- name: Check out code
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -33,7 +33,7 @@ jobs:
steps:
- name: Check out code
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -52,7 +52,7 @@ jobs:
steps:
- name: Check out code
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: ${{ env.PYTHON_VERSION }}
- name: Install dependencies
Expand All @@ -72,7 +72,7 @@ jobs:
steps:
- name: Check out code
uses: actions/[email protected]
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Check out code
uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Check out code
uses: actions/[email protected]

- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit c1222e5

Please sign in to comment.