Compare commits

...

2 Commits

Author SHA1 Message Date
Maschell 472ce0837c
Merge branch 'main' into dependabot/docker/wiiu-env/devkitppc-20230621 2023-07-24 13:20:01 +02:00
dependabot[bot] 2d489ea9d3 Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-24 13:19:54 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-22.04
needs: clang-format
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: build binary
run: |
docker build . -t builder