Skip to content

Commit

Permalink
replace setup-atmos@v1 (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Feb 12, 2024
1 parent 0e36576 commit 49c4f08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: ./
Expand All @@ -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: ./
Expand Down

0 comments on commit 49c4f08

Please sign in to comment.