diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index c55fd96..96c6055 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -29,7 +29,7 @@ jobs: cache: yarn - name: install dependencies run: yarn install --frozen-lockfile --prefer-offline - - uses: cloudposse/github-action-setup-atmos@1.1.0 + - uses: cloudposse/github-action-setup-atmos@v1 with: install-wrapper: false - name: run unit tests @@ -47,7 +47,7 @@ jobs: with: node-version-file: package.json cache: yarn - - uses: cloudposse/github-action-setup-atmos@1.1.0 + - uses: cloudposse/github-action-setup-atmos@v1 with: install-wrapper: false - uses: ./ @@ -73,7 +73,7 @@ jobs: with: node-version-file: package.json cache: yarn - - uses: cloudposse/github-action-setup-atmos@1.1.0 + - uses: cloudposse/github-action-setup-atmos@v1 with: install-wrapper: false - uses: ./