diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e9e2f9dfdf2..110be48f212 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.3 - name: Gen dummy page run: | diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index d4afe9ccbb4..7a404d36463 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.3 - name: Run Labeler uses: crazy-max/ghaction-github-labeler@v3.0.0 diff --git a/.github/workflows/pre-checkin.yml b/.github/workflows/pre-checkin.yml index 02dfb1c874f..fd12116082b 100644 --- a/.github/workflows/pre-checkin.yml +++ b/.github/workflows/pre-checkin.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.3 - name: Install run: yarn install