Merge pull request #86 from PretendoNetwork/dependabot/github_actions/actions/checkout-7

chore: bump actions/checkout from 6 to 7
This commit is contained in:
Ash 2026-07-27 20:36:28 +10:00 committed by GitHub
commit 2df55177cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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