Skip to content

Commit

Permalink
Bump actions/checkout from 3.6.0 to 4.0.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent 021109f commit 4946163
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonpackage.yml
Expand Up @@ -6,7 +6,7 @@ jobs:
PEP8:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
Expand All @@ -22,7 +22,7 @@ jobs:
PyLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
Expand All @@ -42,7 +42,7 @@ jobs:
MyPy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
Expand All @@ -62,7 +62,7 @@ jobs:
Black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
Expand All @@ -85,7 +85,7 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4.7.0
with:
Expand All @@ -108,7 +108,7 @@ jobs:
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
Expand Down

0 comments on commit 4946163

Please sign in to comment.