Skip to content

Commit

Permalink
adapt ci action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Frosty2500 committed Dec 30, 2024
1 parent 4e9a467 commit c5f017a
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
run:
working-directory: ./etc/scripts
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
run:
working-directory: ./sdk
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Verify Matrix Version matches Global Version
run: |
if [ "${{ matrix.python-version }}" != "${{ env.X_PYTHON_MIN_VERSION }}" ] && [ "${{ matrix.python-version }}" != "${{ env.X_PYTHON_MAX_VERSION }}" ]; then
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run:
working-directory: ./sdk
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
uses: actions/setup-python@v2
with:
Expand All @@ -127,7 +127,7 @@ jobs:
run:
working-directory: ./sdk
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
uses: actions/setup-python@v2
with:
Expand All @@ -153,7 +153,7 @@ jobs:
run:
working-directory: ./sdk
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
uses: actions/setup-python@v2
with:
Expand All @@ -174,7 +174,7 @@ jobs:
run:
working-directory: ./sdk
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_MIN_VERSION }}
uses: actions/setup-python@v2
with:
Expand All @@ -199,7 +199,7 @@ jobs:
working-directory: ./compliance_tool

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand All @@ -225,7 +225,7 @@ jobs:
run:
working-directory: ./compliance_tool
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
uses: actions/setup-python@v2
with:
Expand All @@ -250,7 +250,7 @@ jobs:
run:
working-directory: ./compliance_tool
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
uses: actions/setup-python@v2
with:
Expand Down Expand Up @@ -278,7 +278,7 @@ jobs:
run:
working-directory: ./compliance_tool
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Set up Python ${{ env.X_PYTHON_VERSION }}
uses: actions/setup-python@v2
with:
Expand All @@ -298,7 +298,7 @@ jobs:
run:
working-directory: ./server
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- name: Build the Docker image
run: |
docker build -t basyx-python-server .
Expand Down

0 comments on commit c5f017a

Please sign in to comment.