Skip to content

Commit

Permalink
Update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Oct 17, 2024
1 parent 44062a2 commit c49ed43
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python_test_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
matrix:
os: [ubuntu, macos, windows]
case:
- python-version: 3.8
- python-version: 3.11

steps:

- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.1
with:
fetch-depth: 100
persist-credentials: false
Expand All @@ -38,7 +38,7 @@ jobs:
run: git fetch origin 'refs/tags/*:refs/tags/*'

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.case.python-version }}

Expand All @@ -64,7 +64,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.2.1
with:
fetch-depth: 100
persist-credentials: false
Expand All @@ -73,7 +73,7 @@ jobs:
run: git fetch origin 'refs/tags/*:refs/tags/*'

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.case.python-version }}

Expand Down

0 comments on commit c49ed43

Please sign in to comment.