Skip to content

Commit

Permalink
chore: Bump gh action versions
Browse files Browse the repository at this point in the history
Bumps the gh action versions to resolve action deprecation warnings
  • Loading branch information
dbast authored and kk7ds committed Dec 23, 2024
1 parent 605037d commit 204f4f7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
sudo apt-get update
sudo apt-get install gettext wdiff
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/py3-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run tox
uses: ./.github/actions/py3-tox
with:
Expand All @@ -18,13 +18,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run tox
uses: ./.github/actions/py3-tox
with:
tox_target: unit
- name: Archive results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: unit_report
path: unit_report.html
Expand All @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run tox
uses: ./.github/actions/py3-tox
with:
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install python 3.12
uses: actions/setup-python@v5
id: pyinst
Expand All @@ -64,13 +64,13 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Run tox
uses: ./.github/actions/py3-tox
with:
tox_target: makesupported
- name: Archive support matrix
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: support-matrix
path: model_support.html

0 comments on commit 204f4f7

Please sign in to comment.