Merge pull request #77 from PretendoNetwork/dependabot/github_actions/actions/checkout-6

This commit is contained in:
Ash 2025-11-24 20:02:57 +11:00 committed by GitHub
commit b7c86c9edc
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@v5
- uses: actions/checkout@v6
- name: build toolchain container
run: docker build . -t builder
- uses: ammaraskar/gcc-problem-matcher@master