diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index 615eccd3..56e8331c 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install macOS deps if: matrix.os == 'macOS-latest' @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install shellcheck run: brew install shellcheck @@ -65,7 +65,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v1 + uses: actions/checkout@v2 - name: Install shfmt run: brew install shfmt