diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f673a71f034..3de7e4d7941 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: cd $GITHUB_WORKSPACE # Checks out a copy of the repo. - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: fetch-depth: 0 # Fetch all history so the tool can get all the tags to determine version. - name: Set up tools