From b3a54be5df2660ed8ee187bf19033b1ce0cadbb2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 May 2026 15:39:28 +0000 Subject: [PATCH] Update actions/checkout action to v6 --- .github/workflows/npm-semantic-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-semantic-publish.yml b/.github/workflows/npm-semantic-publish.yml index 5a29567..45f13f1 100644 --- a/.github/workflows/npm-semantic-publish.yml +++ b/.github/workflows/npm-semantic-publish.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Node.js uses: actions/setup-node@v4