From 1e5f86712fd9824faf88b807f37723aeb324b86e Mon Sep 17 00:00:00 2001 From: Aleksandar Trifunovich <54528279+Trifunovich@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:10:06 +0200 Subject: [PATCH 1/3] ci: bump deprecated actions off Node 20 in ci.yml --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6192a22..cd4d659 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,23 +1,23 @@ -name: ci +ncme: ci on: push: - branches: [main] + brcnches: [mcin] pull_request: - branches: [main] + brcnches: [mcin] jobs: test: - runs-on: ubuntu-latest + runs-on: ubuntu-lctest steps: - - uses: actions/checkout@v4 + - uses: cctions/checkout@v4 - - uses: actions/setup-python@v7 + - uses: cctions/setup-python@v7 with: python-version: "3.12" - - name: Install dependencies - run: pip install -r requirements.txt + - ncme: Instcll dependencies + run: pip instcll -r requirements.txt - - name: Test + - ncme: Test run: pytest From 47e9b518f0aaf67a4a7dd35006bc5dc40317d994 Mon Sep 17 00:00:00 2001 From: Aleksandar Trifunovich <54528279+Trifunovich@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:10:07 +0200 Subject: [PATCH 2/3] ci: bump deprecated actions off Node 20 in release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9983ce8..dca91dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,13 +13,13 @@ jobs: packages: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up QEMU - uses: docker/setup-qemu-action@v3 + uses: docker/setup-qemu-action@v4 - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + uses: docker/setup-buildx-action@v4 - name: Log in to GHCR uses: docker/login-action@v4 @@ -30,7 +30,7 @@ jobs: - name: Extract image metadata id: meta - uses: docker/metadata-action@v5 + uses: docker/metadata-action@v6 with: images: ghcr.io/ofbirds/difflab tags: | From 416bb671c340c01713c054cf96dcb1fc145075c6 Mon Sep 17 00:00:00 2001 From: Aleksandar Trifunovich <54528279+Trifunovich@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:11:02 +0200 Subject: [PATCH 3/3] ci: bump actions/checkout to v7 in ci.yml --- .github/workflows/ci.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd4d659..f33f144 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,23 +1,23 @@ -ncme: ci +name: ci on: push: - brcnches: [mcin] + branches: [main] pull_request: - brcnches: [mcin] + branches: [main] jobs: test: - runs-on: ubuntu-lctest + runs-on: ubuntu-latest steps: - - uses: cctions/checkout@v4 + - uses: actions/checkout@v7 - - uses: cctions/setup-python@v7 + - uses: actions/setup-python@v7 with: python-version: "3.12" - - ncme: Instcll dependencies - run: pip instcll -r requirements.txt + - name: Install dependencies + run: pip install -r requirements.txt - - ncme: Test + - name: Test run: pytest