diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44dce63..a9c1c6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build Image run: docker build -t signalwire-python-sdk . - name: Run Tests