Skip to content

Commit

Permalink
Upgrade deprecated actions (checkout and setup-python
Browse files Browse the repository at this point in the history
  • Loading branch information
palvarez89 committed Nov 28, 2023
1 parent 2b8bfac commit 3367af0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
python-version: [3.8]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
name: Validate swagger file
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Validate OpenAPI definition
uses: char0n/swagger-editor-validate@v1
with:
Expand Down

0 comments on commit 3367af0

Please sign in to comment.