diff --git a/.github/workflows/push-gateway-helm-chart.yml b/.github/workflows/push-gateway-helm-chart.yml index 1aaa910021..1f07faec09 100644 --- a/.github/workflows/push-gateway-helm-chart.yml +++ b/.github/workflows/push-gateway-helm-chart.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest permissions: { contents: read } steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || '' }} fetch-depth: 0 @@ -39,7 +39,7 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 + - uses: actions/checkout@f548e57e544e1ff5a4c46bf1e1b8685f8e4a348a with: ref: ${{ github.event_name == 'workflow_dispatch' && inputs.ref || '' }} fetch-depth: 0