Skip to content

Commit

Permalink
Merge pull request #164 from adw0rd/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-2.3.4

Bump actions/checkout from 2 to 2.3.4
  • Loading branch information
adw0rd authored May 12, 2021
2 parents 5347dc2 + 6c38df3 commit ed9d106
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 @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand All @@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2
with:
python-version: ${{ env.PYTHON_VERSION }}
Expand All @@ -71,7 +71,7 @@ jobs:
python-version: [ 3.6, 3.7, 3.8, 3.9 ]
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand All @@ -89,7 +89,7 @@ jobs:
if: github.event_name == 'pull_request'
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v2.3.4

- uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit ed9d106

Please sign in to comment.