From 886eabdcb9d7c452f33d26c043131fd17ad59064 Mon Sep 17 00:00:00 2001 From: null Date: Fri, 19 Jun 2026 03:07:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 76a4ee5..c32d88f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -145,7 +145,7 @@ jobs: with: github-token: ${{ secrets.GITHUB_TOKEN }} version: "latest" - - uses: 'actions/checkout@v6' + - uses: 'actions/checkout@v7' with: fetch-depth: 0 - name: Tailscale