diff --git a/.github/workflows/integration-tests.yaml b/.github/workflows/integration-tests.yaml index e4b623b2..1ada74d5 100644 --- a/.github/workflows/integration-tests.yaml +++ b/.github/workflows/integration-tests.yaml @@ -16,7 +16,7 @@ jobs: ec2-instance-id: ${{ steps.start-ec2-runner.outputs.ec2-instance-id }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: @@ -55,7 +55,7 @@ jobs: runs-on: ${{ needs.start-runner.outputs.label }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup operator environment run: | echo "# Install tox" @@ -111,7 +111,7 @@ jobs: if: ${{ always() }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v4 with: