diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b173f642..db817891 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 - name: Lint commit messages @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 - name: Setup node uses: actions/setup-node@v1.4.4 with: @@ -41,7 +41,7 @@ jobs: configurationFile: [example/renovate-config.js, example/renovate.json] steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 - name: Install project run: npm ci - name: Build @@ -67,7 +67,7 @@ jobs: && github.ref == 'refs/heads/master' steps: - name: Checkout - uses: actions/checkout@v2.3.3 + uses: actions/checkout@v2.3.4 with: fetch-depth: 0 ref: 'release'