From cc38fe64df46b9a88bcca9a7726304fce1fc8ba0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 15:14:48 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/tailscale.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tailscale.yaml b/.github/workflows/tailscale.yaml index d595d27..e5ec3d7 100644 --- a/.github/workflows/tailscale.yaml +++ b/.github/workflows/tailscale.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Test ACL if: github.event_name == 'pull_request'