diff --git a/actions/setup-environment/action.yml b/actions/setup-environment/action.yml index 9f82105..38fcc6b 100644 --- a/actions/setup-environment/action.yml +++ b/actions/setup-environment/action.yml @@ -43,7 +43,7 @@ runs: egress-policy: audit - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: ref: ${{ inputs.ref }} fetch-depth: ${{ inputs.fetch-depth }}