forked from PretendoNetwork/Inkay
Update actions/checkout action to v7
This commit is contained in:
parent
4c432b753c
commit
998abca200
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue