diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c73586c..251061d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: build-inkay: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: build toolchain container run: docker build . -t builder - uses: ammaraskar/gcc-problem-matcher@master