diff --git a/.github/workflows/acctest.yml b/.github/workflows/acctest.yml index a98c87c..dfe25fb 100644 --- a/.github/workflows/acctest.yml +++ b/.github/workflows/acctest.yml @@ -23,7 +23,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.3 - name: Get dependencies run: | @@ -57,7 +57,7 @@ jobs: id: go - name: Check out code into the Go module directory - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.3 # TODO: convert this to `services` - name: Start Unifi controller diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f242ada..6ae384e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2.3.2 + uses: actions/checkout@v2.3.3 - name: Unshallow run: git fetch --prune --unshallow