From bdfe8dadf31abc81d06029a7491e7a0e209bca38 Mon Sep 17 00:00:00 2001 From: Sercan Sahin Date: Mon, 18 Nov 2024 18:59:03 +0100 Subject: [PATCH] upgrade to @v4 --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8488f236..0e728562 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,9 +32,9 @@ jobs: run: working-directory: ./sdk 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@v4 with: python-version: ${{ matrix.python-version }} - name: Collect schema files from aas-specs @@ -64,9 +64,9 @@ jobs: run: working-directory: ./sdk steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ env.X_PYTHON_VERSION }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ env.X_PYTHON_VERSION }} - name: Install Python dependencies @@ -87,9 +87,9 @@ jobs: run: working-directory: ./sdk steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ env.X_PYTHON_VERSION }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ env.X_PYTHON_VERSION }} - name: Install Python dependencies @@ -113,9 +113,9 @@ jobs: run: working-directory: ./sdk steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ env.X_PYTHON_VERSION }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ env.X_PYTHON_VERSION }} - name: Install Python dependencies @@ -134,9 +134,9 @@ jobs: run: working-directory: ./sdk steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ env.X_PYTHON_VERSION }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ env.X_PYTHON_VERSION }} - name: Install dependencies @@ -154,7 +154,7 @@ jobs: run: working-directory: ./server steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Build the Docker image run: | docker buildx build -t basyx-python-sdk-http-server .