Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
adw0rd authored Mar 3, 2022
2 parents 3de866e + 0e588b0 commit 5b402fb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
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.3.4
uses: actions/checkout@v3
- uses: actions/[email protected]
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.3.4
uses: actions/checkout@v3
- uses: actions/[email protected]
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.3.4
uses: actions/checkout@v3
- uses: actions/[email protected]
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.3.4
uses: actions/checkout@v3
- uses: actions/[email protected]
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.3.4
uses: actions/checkout@v3

- uses: actions/[email protected]
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.3.4
uses: actions/checkout@v3

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit 5b402fb

Please sign in to comment.