diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index f1788ea..d86b930 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -27,7 +27,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false - uses: actions/setup-go@v5 diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index bd2e270..4d8ebb8 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -52,7 +52,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 with: persist-credentials: false # Version comes from package.json's "packageManager" field (single source of truth).