From 5ce7fa6ad55bb037b3f55a067cd094a84a7796f9 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 09:23:41 +0000 Subject: [PATCH] chore(deps): update github-actions to v7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 112682f..88535e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: name: Build + test + exact 100% coverage gate runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - - uses: actions/setup-go@v5 + - uses: actions/setup-go@v7 with: go-version: "1.27.0" check-latest: true