Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update actions/setup-python digest to bd6b4b6 #357

Merged
merged 2 commits into from
May 26, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/linting.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
frenck marked this conversation as resolved.
Show resolved Hide resolved
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand All @@ -67,7 +67,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
frenck marked this conversation as resolved.
Show resolved Hide resolved
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand All @@ -90,7 +90,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
frenck marked this conversation as resolved.
Show resolved Hide resolved
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
frenck marked this conversation as resolved.
Show resolved Hide resolved
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand All @@ -162,7 +162,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
frenck marked this conversation as resolved.
Show resolved Hide resolved
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand All @@ -185,7 +185,7 @@ jobs:
run: pipx install poetry
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
id: python
uses: actions/setup-python@57ded4d7d5e986d7296eab16560982c6dd7c923b # v4
uses: actions/setup-python@bd6b4b6205c4dbad673328db7b31b7fab9e241c0 # v4
frenck marked this conversation as resolved.
Show resolved Hide resolved
with:
python-version: ${{ env.DEFAULT_PYTHON }}
cache: "poetry"
Expand Down