diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ea0f668..04892df 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@v5 + - uses: actions/checkout@v6 - 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@v5 + uses: actions/checkout@v6 - name: Docker meta id: meta