From 24cfdcf42a090367ec815d3e8ee4fe2ae11caae6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:36:52 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v6 --- .github/workflows/ci.yml | 2 +- .github/workflows/publish-pkg-canary.yml | 2 +- .github/workflows/publish-pkg-latest.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe189923..4c69aa5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - relay/relay-api - relay/relay-auth steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: actions/setup-node@v4 with: node-version: 20 diff --git a/.github/workflows/publish-pkg-canary.yml b/.github/workflows/publish-pkg-canary.yml index 0efb04df..6712d214 100644 --- a/.github/workflows/publish-pkg-canary.yml +++ b/.github/workflows/publish-pkg-canary.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout code 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: ${{ github.event.inputs.branch }} # Fetch all history so npm version can determine versions correctly diff --git a/.github/workflows/publish-pkg-latest.yml b/.github/workflows/publish-pkg-latest.yml index 1fcc6a20..9f508b23 100644 --- a/.github/workflows/publish-pkg-latest.yml +++ b/.github/workflows/publish-pkg-latest.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: master # Publish only from master branch # Fetch all history so npm version can determine versions correctly (though not setting version here)