Skip to content

Commit 9a09ecd

Browse files
committed
build(ci): update 'actions/python' to v5
1 parent 255d2bd commit 9a09ecd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
4040
- uses: actions/checkout@v4
4141
- name: Set up Python v${{ matrix.python-version }}
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
- name: Install flake8
@@ -58,7 +58,7 @@ jobs:
5858
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
5959
- uses: actions/checkout@v4
6060
- name: Set up Python v${{ matrix.python-version }}
61-
uses: actions/setup-python@v4
61+
uses: actions/setup-python@v5
6262
with:
6363
python-version: ${{ matrix.python-version }}
6464
- name: Install OpenAPI Spec Validator

0 commit comments

Comments
 (0)