Skip to content

Commit 6018f09

Browse files
authored
Merge pull request #29 from DeepPSP/dependabot/github_actions/actions/setup-python-7
Bump actions/setup-python from 6 to 7
2 parents 2c87968 + 24c9ca8 commit 6018f09

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v7
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v6
24+
uses: actions/setup-python@v7
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install dependencies

.github/workflows/docs-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
sudo apt update
5656
sudo apt install build-essential ffmpeg libsm6 libxext6 libsndfile1 wget -y
5757
- name: Set up Python ${{ matrix.python-version }}
58-
uses: actions/setup-python@v6
58+
uses: actions/setup-python@v7
5959
with:
6060
python-version: ${{ matrix.python-version }}
6161
- name: Install dependencies

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v7
2828
- name: Set up Python
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v7
3030
with:
3131
python-version: '3.x'
3232
cache: 'pip' # caching pip dependencies

.github/workflows/random-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v7
3434
- name: Set up Python ${{ matrix.python-version }}
35-
uses: actions/setup-python@v6
35+
uses: actions/setup-python@v7
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Install dependencies

.github/workflows/run-pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v7
2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@v7
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Set up R

0 commit comments

Comments
 (0)