diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e8ad92e9..6b67633c 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -43,7 +43,7 @@ jobs: if: needs.validate.outputs.should_release == 'true' steps: - name: Check out - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Set up JDK 8