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)