From c89236b5d7c138d41fd326a91c37732fa650b2b7 Mon Sep 17 00:00:00 2001 From: Andrew Longosz Date: Sun, 6 Sep 2026 20:58:39 +0200 Subject: [PATCH] [GHA] Updated GitHub Actions workflows to latest versions and standards - Standardized the ci.yaml runner label to ubuntu-26.04 Special image-building repository: no workflow renames, no skeleton workflows added. Action references were already at the current targets (actions/checkout@v7, docker/login-action@v4). --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 285ec43..265198d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,7 +11,7 @@ on: jobs: build-and-publish: - runs-on: ubuntu-latest + runs-on: ubuntu-26.04 permissions: contents: read packages: write