diff --git a/.github/workflows/develop_ci.yml b/.github/workflows/develop_ci.yml index aadb65c0..b82a806d 100644 --- a/.github/workflows/develop_ci.yml +++ b/.github/workflows/develop_ci.yml @@ -40,7 +40,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 @@ -66,7 +66,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 @@ -99,7 +99,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 diff --git a/.github/workflows/pr_ci.yml b/.github/workflows/pr_ci.yml index f1171a75..4948b3a6 100644 --- a/.github/workflows/pr_ci.yml +++ b/.github/workflows/pr_ci.yml @@ -34,7 +34,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Set up JDK @@ -56,7 +56,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Set up JDK @@ -81,7 +81,7 @@ jobs: if: needs.file-changes.outputs.any == 'true' steps: - name: Checkout repository - uses: actions/checkout@v3.1.0 + uses: actions/checkout@v3.2.0 with: fetch-depth: 0 - name: Set up JDK