Skip to content

Commit 5a040d1

Browse files
Bump actions/setup-python from 5.3.0 to 5.4.0 (#1055)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c132c30 commit 5a040d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fi
3333
fi
3434
- name: Set up Python ${{ env.PYTHON_VERSION }}
35-
uses: actions/setup-python@v5.3.0
35+
uses: actions/setup-python@v5.4.0
3636
with:
3737
python-version: ${{ env.PYTHON_VERSION }}
3838
- name: Set up Node ${{ env.NODE_VERSION }}

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Check out code from GitHub
1919
uses: actions/checkout@v4.2.2
2020
- name: Set up Python
21-
uses: actions/setup-python@v5.3.0
21+
uses: actions/setup-python@v5.4.0
2222
with:
2323
python-version: "3.11"
2424
- name: Install dependencies
@@ -45,7 +45,7 @@ jobs:
4545
- name: Check out code from GitHub
4646
uses: actions/checkout@v4.2.2
4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v5.3.0
48+
uses: actions/setup-python@v5.4.0
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install dependencies

0 commit comments

Comments
 (0)