Skip to content

Commit

Permalink
Merge pull request #45 from submarcos/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
submarcos authored Dec 7, 2023
2 parents a21e571 + bf91254 commit a9e499f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
env:
LANG: C.UTF-8
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install flake8
run: |
pip install flake8
Expand All @@ -33,7 +33,7 @@ jobs:
LANG: C.UTF-8

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install isort
run: |
pip install isort
Expand All @@ -50,7 +50,7 @@ jobs:
LANG: C.UTF-8

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install black
run: |
pip install black
Expand All @@ -67,7 +67,7 @@ jobs:
LANG: C.UTF-8

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check documentation
run: |
cd docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
ports:
- 5432:5432
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a9e499f

Please sign in to comment.