Skip to content

Commit a7e3220

Browse files
chore(actions): update actions/setup-python action to v6
1 parent c355d10 commit a7e3220

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/merge_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
version: ${{ steps.version.outputs.value }}
2121

2222
steps:
23-
- uses: actions/checkout@v5
23+
- uses: actions/checkout@v4
2424
with:
2525
token: ${{ secrets.ACCESS_TOKEN }}
2626

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
runs-on: ubuntu-22.04
3333

3434
steps:
35-
- uses: actions/checkout@v5
35+
- uses: actions/checkout@v4
3636

3737
- name: Setup Python 3.10
38-
uses: actions/setup-python@v5
38+
uses: actions/setup-python@v6
3939
with:
4040
python-version: '3.10'
4141

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
ROOT_DIR: src/${{ matrix.package }}
3939

4040
steps:
41-
- uses: actions/checkout@v5
41+
- uses: actions/checkout@v4
4242

4343
- name: Setup Python
44-
uses: actions/setup-python@v5
44+
uses: actions/setup-python@v6
4545
with:
4646
python-version: '3.10'
4747

0 commit comments

Comments
 (0)