From fbfe91077f44f7ca8cb31a216fa38c4429195443 Mon Sep 17 00:00:00 2001 From: tannevaled Date: Sun, 30 Aug 2026 08:52:05 +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 8ddacc1..6601927 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] steps: - - uses: actions/checkout@v4 - - uses: actions/setup-go@v5 + - uses: actions/checkout@v7 + - uses: actions/setup-go@v7 with: go-version: stable - run: go version