Skip to content

Commit

Permalink
fix: updated lib version for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
savon-noir committed Jan 19, 2025
1 parent 8dc29d3 commit 3048cfb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/preflight_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
python-version: [3.6.15, 3.7.17, 3.8.18]
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@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand All @@ -39,9 +39,9 @@ jobs:
matrix:
python-version: [3.5.10, 3.6.15, 3.7.17, 3.8.18]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Setup Environment
Expand Down

0 comments on commit 3048cfb

Please sign in to comment.