diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0452ebcc77d..ea50213860b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: fetch-depth: 0 @@ -128,7 +128,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: fetch-depth: 0 diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 6e1cd9fc507..26515f27f6a 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3.0.0 + uses: actions/checkout@v3.0.1 with: fetch-depth: 0