fix checkout for non mac builds (#3408)

does not affect builds.
This commit is contained in:
Max Novich 2025-07-14 11:00:44 -07:00 committed by GitHub
parent ca7921fa5b
commit 99e4deed3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -20,7 +20,7 @@ on:
description: 'Git ref to checkout'
required: false
type: string
default: 'refs/heads/main'
default: ''
secrets:
WINDOWS_CODESIGN_CERTIFICATE:
required: false
@ -43,7 +43,7 @@ jobs:
steps:
# 1) Check out source
- name: Checkout repository
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # pin@v4
with:
ref: ${{ inputs.ref }}
fetch-depth: 0