diff options
Diffstat (limited to '.github/workflows/update-cacert-bundle.yml')
-rw-r--r-- | .github/workflows/update-cacert-bundle.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml index e3116273e94..29cf89c1e65 100644 --- a/.github/workflows/update-cacert-bundle.yml +++ b/.github/workflows/update-cacert-bundle.yml @@ -19,7 +19,7 @@ jobs: name: update-ca-certificate-bundle-${{ matrix.branches }} steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: ref: ${{ matrix.branches }} submodules: true |