Skip to content

Commit 60a8544

Browse files
Bump actions/setup-python from 4.8.0 to 5.0.0 (#456)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a4c435 commit 60a8544

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
@@ -16,7 +16,7 @@ jobs:
1616
id: vars
1717
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
1818
- name: Set up Python 3.10
19-
uses: actions/setup-python@v4.8.0
19+
uses: actions/setup-python@v5.0.0
2020
with:
2121
python-version: "3.10"
2222
- name: Install build

.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.1.1
2020
- name: Set up Python
21-
uses: actions/setup-python@v4.8.0
21+
uses: actions/setup-python@v5.0.0
2222
with:
2323
python-version: "3.10"
2424
- name: Install dependencies
@@ -52,7 +52,7 @@ jobs:
5252
- name: Check out code from GitHub
5353
uses: actions/checkout@v4.1.1
5454
- name: Set up Python ${{ matrix.python-version }}
55-
uses: actions/setup-python@v4.8.0
55+
uses: actions/setup-python@v5.0.0
5656
with:
5757
python-version: ${{ matrix.python-version }}
5858
- name: Install dependencies

0 commit comments

Comments
 (0)