From 96f129c27c01fed750611538b9c1ce52d68ec244 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 08:52:34 +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 cb01292..b46ae55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,9 @@ jobs: name: Build + test + 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.26.4" check-latest: true