Skip to content

Commit 2225e3e

Browse files
authored
Merge pull request #73 from Miyamura80/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents c2e25b1 + a1c1f8b commit 2225e3e

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/a_test_target_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "Log Level: ${{ github.event.inputs.log_level }}"
4141
echo "Environment: ${{ github.event.inputs.environment }}"
4242
- name: Set up Python
43-
uses: actions/setup-python@v5
43+
uses: actions/setup-python@v6
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646
- name: Install uv

.github/workflows/agents_validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Read Python version
3636
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
3737
- name: Set up Python
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: ${{ env.PYTHON_VERSION }}
4141
- name: Install uv

.github/workflows/linter_require_ruff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Read Python version
1919
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
20-
- uses: actions/setup-python@v5
20+
- uses: actions/setup-python@v6
2121
with:
2222
python-version: ${{ env.PYTHON_VERSION }}
2323
- name: Install uv

.github/workflows/nightly_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Read Python version
2323
run: echo "PYTHON_VERSION=$(cat .python-version | tr -d '\n')" >> $GITHUB_ENV
2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: ${{ env.PYTHON_VERSION }}
2828
- name: Install uv

.github/workflows/vulture_dead_code.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
echo "Log Level: ${{ github.event.inputs.log_level }}"
3131
echo "Environment: ${{ github.event.inputs.environment }}"
3232
- name: Set up Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: ${{ env.PYTHON_VERSION }}
3636
- name: Install uv

0 commit comments

Comments
 (0)