Skip to content

Commit

Permalink
Update actions for workflows
Browse files Browse the repository at this point in the history
Updates actions for checks and list component workflows

Signed-off-by: Jesus Hector Robles Gutierrez <[email protected]>
  • Loading branch information
hjroblesg committed Oct 31, 2024
1 parent 88830a7 commit 580e8f5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
checks:
runs-on: Ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- name: Install prerequisites
run: |
sudo apt-get install -qq clang-format
Expand Down
26 changes: 13 additions & 13 deletions .github/workflows/list_components.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Intel® oneAPI Base Toolkit
Expand All @@ -46,8 +46,8 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Intel® oneAPI Base Toolkit
Expand All @@ -66,8 +66,8 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Intel® AI Tools Toolkit
Expand All @@ -84,8 +84,8 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: setup apt repo
Expand All @@ -106,8 +106,8 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: setup yum/dnf repo
Expand All @@ -133,7 +133,7 @@ jobs:
shell: bash
working-directory: doc
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Download artifacts - windows
uses: actions/download-artifact@v3
with:
Expand All @@ -159,7 +159,7 @@ jobs:
with:
name: linux_aitools
path: doc/source/${{ github.workflow }}
- uses: actions/setup-python@v2
- uses: actions/setup-python@v3
with:
python-version: '3.x'
- name: Install prerequisites
Expand All @@ -177,7 +177,7 @@ jobs:
path: doc/build
- name: Checkout gh-pages
if: ${{ github.ref == 'refs/heads/master' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: gh-pages
path: gh-pages
Expand Down

0 comments on commit 580e8f5

Please sign in to comment.