Skip to content

Commit f264228

Browse files
Bump actions/setup-python from 5.6.0 to 6.0.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.6.0 to 6.0.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5b3df15 commit f264228

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/pull_request.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- run: |
2323
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
24-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
24+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
2525
with:
2626
python-version: ${{ env.PYTHON_VERSION }}
2727
- name: Install Poetry
@@ -58,7 +58,7 @@ jobs:
5858
node-version-file: ".nvmrc"
5959
- name: Write app version
6060
run: printf "${{ github.event.pull_request.head.sha }}" > .application-version
61-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
61+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
6262
with:
6363
python-version: ${{ env.PYTHON_VERSION }}
6464
- name: Install Poetry
@@ -92,7 +92,7 @@ jobs:
9292
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
9393
- run: |
9494
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
95-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
95+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
9696
with:
9797
python-version: ${{ env.PYTHON_VERSION }}
9898
- name: Install Poetry
@@ -131,7 +131,7 @@ jobs:
131131
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
132132
- name: Run validator
133133
run: ./scripts/run_validator.sh
134-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
134+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
135135
with:
136136
python-version: ${{ env.PYTHON_VERSION }}
137137
- name: Install Poetry
@@ -159,7 +159,7 @@ jobs:
159159
node-version-file: ".nvmrc"
160160
- run: |
161161
echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
162-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
162+
- uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
163163
with:
164164
python-version: ${{ env.PYTHON_VERSION }}
165165
- name: Install Poetry

0 commit comments

Comments
 (0)