Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pre-commit-3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
artis3n authored Oct 3, 2023
2 parents 696b474 + 5da6bc2 commit 1a1eead
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
environment: E2E

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -39,7 +39,7 @@ jobs:

- name: Set up Python 3.x
id: setup-python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install dependency manager
run: pipx install poetry

- name: Set up Python 3.x
id: setup-python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
environment: E2E

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -87,7 +87,7 @@ jobs:

- name: Set up Python 3.x
id: setup-python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand All @@ -104,7 +104,7 @@ jobs:
environment: E2E

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -113,7 +113,7 @@ jobs:

- name: Set up Python 3.x
id: setup-python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand All @@ -132,7 +132,7 @@ jobs:
environment: E2E

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -141,7 +141,7 @@ jobs:

- name: Set up Python 3.x
id: setup-python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand All @@ -167,7 +167,7 @@ jobs:
- idempotent-up

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}

Expand All @@ -176,7 +176,7 @@ jobs:

- name: Set up Python 3.x
id: setup-python
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
python-version-file: pyproject.toml
cache: 'poetry'
Expand Down

0 comments on commit 1a1eead

Please sign in to comment.