mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-08-21 09:54:07 -05:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user