From 5688a41c704a273e72234a5a134deff47ea17ac0 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 8 Feb 2026 19:05:16 +0100 Subject: [PATCH] Update workflows --- .github/workflows/pr.yml | 4 ++-- .github/workflows/push_image.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 284f531..d98bf06 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@v3 + - uses: actions/checkout@v6 - name: clang-format run: | docker run --rm -v ${PWD}:/src ghcr.io/wiiu-env/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@v3 + - uses: actions/checkout@v6 - name: build lib run: | docker build . -t tmp diff --git a/.github/workflows/push_image.yml b/.github/workflows/push_image.yml index 8976048..d168dc8 100644 --- a/.github/workflows/push_image.yml +++ b/.github/workflows/push_image.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Extract Docker metadata id: meta uses: docker/metadata-action@v4