From 20d968369928681710d87dfea2491e39b9d20c36 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 20:35:21 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/openfeature-server-common.yaml | 2 +- .github/workflows/release-please.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openfeature-server-common.yaml b/.github/workflows/openfeature-server-common.yaml index 14777251fc..31cf370d30 100644 --- a/.github/workflows/openfeature-server-common.yaml +++ b/.github/workflows/openfeature-server-common.yaml @@ -20,7 +20,7 @@ jobs: version: [20, 22] steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: ./actions/setup-yarn with: node-version: ${{ matrix.version }} diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index de098ce977..635c4a59b5 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -551,7 +551,7 @@ jobs: contents: write if: ${{ always() && !failure() && !cancelled() && needs.release-please.outputs.package-shared-openfeature-server-common-released == 'true'}} steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - id: release-openfeature-server-common name: Full release of packages/shared/openfeature-server-common uses: ./actions/full-release