diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 38fe07e..2feba24 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,7 +6,7 @@ jobs: clang-format: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: clang-format run: | docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source ./include @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-22.04 needs: clang-format steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: build lib run: | docker build . -f Dockerfile.buildlocal -t builder diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index cd92f40..8b8551e 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -7,7 +7,7 @@ jobs: clang-format: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: clang-format run: | docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source ./include