diff --git a/.github/workflows/chromatic.yml b/.github/workflows/chromatic.yml index 3a5e30e..65a866a 100644 --- a/.github/workflows/chromatic.yml +++ b/.github/workflows/chromatic.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Git checkout' - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 # Required to retrieve git history diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 36a4a2d..da6e838 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/continous_delivery.yml b/.github/workflows/continous_delivery.yml index ab5401d..776547e 100644 --- a/.github/workflows/continous_delivery.yml +++ b/.github/workflows/continous_delivery.yml @@ -14,7 +14,7 @@ jobs: NODE_VERSION: 12.x steps: - name: 'Git checkout' - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/continous_integration.yml b/.github/workflows/continous_integration.yml index 44dccb4..179d9c9 100644 --- a/.github/workflows/continous_integration.yml +++ b/.github/workflows/continous_integration.yml @@ -9,7 +9,7 @@ jobs: NODE_VERSION: '12.x' steps: - name: 'Git checkout' - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }} diff --git a/.github/workflows/docs-check.yml b/.github/workflows/docs-check.yml index 6c99975..725064b 100644 --- a/.github/workflows/docs-check.yml +++ b/.github/workflows/docs-check.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Git checkout' - uses: actions/checkout@v2 + uses: actions/checkout@v3.1.0 # Beginning of yarn setup, keep in sync between all workflows - name: Use node.js ${{ matrix.node-version }}