Update actions/checkout action to v7

This commit is contained in:
Spacebot 2026-06-18 15:15:47 +00:00
commit 998abca200

View file

@ -10,7 +10,7 @@ jobs:
build-inkay: build-inkay:
runs-on: debian-trixie runs-on: debian-trixie
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v7
- name: build toolchain container - name: build toolchain container
run: docker build . -t builder run: docker build . -t builder
- uses: https://github.com/ammaraskar/gcc-problem-matcher@master - uses: https://github.com/ammaraskar/gcc-problem-matcher@master