From 74ae7d573142cc7872a4bb7b2e5069eceed375fb Mon Sep 17 00:00:00 2001 From: guyscher Date: Tue, 7 Apr 2026 12:58:45 +0300 Subject: [PATCH] chore: upgrade actions/checkout and semantic-release-action to v6 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4a99a2d..fbb6015 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -9,7 +9,7 @@ jobs: lint-and-test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: cachix/install-nix-action@v31 with: nix_path: nixpkgs=channel:nixos-unstable