diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 888d102..8636ba1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -107,7 +107,7 @@ jobs: - name: Restore cached BlazingMQ build artifacts run: tar xzf blazingmq_artifacts.tar.gz - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} - name: Create virtual environment @@ -195,7 +195,7 @@ jobs: - name: Restore cached BlazingMQ build artifacts run: tar xzf blazingmq_artifacts.tar.gz - name: Set up Python 3.9 - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.9" - name: Create virtual environment @@ -243,7 +243,7 @@ jobs: - name: Restore cached BlazingMQ build artifacts run: tar xzf blazingmq_artifacts.tar.gz - name: Set up Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v7 with: python-version: "3.9" - name: Create virtual environment