Skip to content

Commit

Permalink
pin to v1
Browse files Browse the repository at this point in the history
  • Loading branch information
runspired committed Dec 3, 2019
1 parent ae02ff6 commit 651ad69
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/asset-size-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
asset-size-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
fetch-depth: 0
- uses: actions/setup-node@v1
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
timeout-minutes: 4
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand All @@ -41,7 +41,7 @@ jobs:
run: |
brew update
brew cask install google-chrome
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
run: |
brew update
brew cask install google-chrome
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand All @@ -117,7 +117,7 @@ jobs:
TEST_IE11: true
TARGET_IE11: true
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand All @@ -137,7 +137,7 @@ jobs:
needs: [lint, basic-tests]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand All @@ -154,7 +154,7 @@ jobs:
scenario: [ember-lts-3.8, ember-lts-3.12]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand All @@ -181,7 +181,7 @@ jobs:
scenario: [ember-release, ember-beta, ember-canary]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand All @@ -207,7 +207,7 @@ jobs:
]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand Down Expand Up @@ -251,7 +251,7 @@ jobs:
- partner: model-fragments
continue-on-error: true
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 12.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/relationship-performance-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
relationship-performance-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v1
with:
fetch-depth: 0
- uses: actions/setup-node@v1
Expand Down

0 comments on commit 651ad69

Please sign in to comment.