Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 7, 2022
1 parent 926d7c4 commit 3dc8eda
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1

- run: yarn install --frozen-lockfile
Expand All @@ -37,7 +37,7 @@ jobs:
- "12"
- "14"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
with:
node-version: ${{ matrix.node }}
Expand All @@ -59,7 +59,7 @@ jobs:
- "14"

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
with:
node-version: ${{ matrix.node }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- ember-canary
- embroider
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1
with:
node-version: 12.x
Expand All @@ -102,7 +102,7 @@ jobs:
needs: [tests, try-scenarios, floating-dependencies]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.GitHubToken }}
Expand All @@ -119,7 +119,7 @@ jobs:
needs: [tests, try-scenarios, floating-dependencies]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false
- uses: volta-cli/action@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1

- run: yarn install --frozen-lockfile
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 3dc8eda

Please sign in to comment.