Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 4, 2023
1 parent 1ee3a8f commit 4fa4807
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: volta-cli/action@v1
- run: yarn install --frozen-lockfile
- run: yarn lint
Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: volta-cli/action@v1
- run: yarn install --no-lockfile
- run: yarn test:ember
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- ember-qunit-4

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: volta-cli/action@v1
with:
node-version: 12.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions/setup-node@v2
with:
node-version: 14
Expand Down

0 comments on commit 4fa4807

Please sign in to comment.