Skip to content

Commit 501257e

Browse files
chore(deps): bump actions/setup-python from 4 to 5 (#1521)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 850e11a commit 501257e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
version: v3.10.3
2222

23-
- uses: actions/setup-python@v4
23+
- uses: actions/setup-python@v5
2424
with:
2525
python-version: "3.10"
2626

@@ -95,7 +95,7 @@ jobs:
9595
with:
9696
version: v3.10.3
9797

98-
- uses: actions/setup-python@v4
98+
- uses: actions/setup-python@v5
9999
with:
100100
python-version: "3.10"
101101

0 commit comments

Comments
 (0)