Skip to content

Commit

Permalink
ci(deps): pin snok/install-poetry and setup-python to major version (#…
Browse files Browse the repository at this point in the history
…7330)

* ci: unpin setup-python to v4

* ci: unpin snok/install-poetry to v1
  • Loading branch information
nschonni authored Oct 19, 2022
1 parent fc489d9 commit e6b6b09
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ jobs:
run: yarn --frozen-lockfile

- name: Install Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4
with:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.3
uses: snok/install-poetry@v1

- name: Install deployer
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- name: Install Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4
with:
python-version: "3.8"

Expand All @@ -32,7 +32,7 @@ jobs:
key: dotlocal-${{ runner.os }}-${{ hashFiles('.github/workflows/pr-deployer.yml') }}

- name: Install Python poetry
uses: snok/install-poetry@v1.3
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
run: yarn --frozen-lockfile

- name: Install Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4
with:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.3
uses: snok/install-poetry@v1

- name: Install deployer
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,12 +104,12 @@ jobs:
run: yarn --frozen-lockfile

- name: Install Python
uses: actions/setup-python@v4.3.0
uses: actions/setup-python@v4
with:
python-version: "3.8"

- name: Install Python poetry
uses: snok/install-poetry@v1.3
uses: snok/install-poetry@v1

- name: Install deployer
run: |
Expand Down

0 comments on commit e6b6b09

Please sign in to comment.