1
0
mirror of https://github.com/bitwarden/server synced 2026-01-01 16:13:33 +00:00

Update checkout action for cherry pick job (#5242)

This commit is contained in:
Vince Grassia
2025-01-09 12:33:52 -05:00
committed by GitHub
parent 9c6ad877cc
commit 28d5535010

View File

@@ -206,6 +206,7 @@ jobs:
- name: Check out main branch
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
ref: main
token: ${{ steps.app-token.outputs.token }}