diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c0fa2f0..cb64508 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Start BuildKit builder run: make docker-up @@ -86,7 +86,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Build .tar.gz file run: make targz-build @@ -118,7 +118,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.3.5 - name: Download artifacts uses: actions/download-artifact@v2.0.10