diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 77bae3a..ea0f668 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: docker build --build-arg TARGETPLATFORM=linux/amd64 --target test . @@ -21,7 +21,7 @@ jobs: needs: test steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Docker meta id: meta