Skip to content

Commit f53be19

Browse files
renovate[bot]kellyselden
authored andcommitted
chore: ember-cli-update-action
ember-cli-update -p @kellyselden/node-template -b @kellyselden/node-template --to 6.5.1
1 parent b6af1de commit f53be19

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: 20
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ${{ matrix.os }}
4646

4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- uses: actions/setup-node@v4
5050
with:
5151
node-version: ${{ matrix.node }}
@@ -68,7 +68,7 @@ jobs:
6868
runs-on: ubuntu-latest
6969

7070
steps:
71-
- uses: actions/checkout@v4
71+
- uses: actions/checkout@v5
7272
with:
7373
ref: ${{ github.head_ref }}
7474
token: ${{ secrets.GitHubToken }}

.github/workflows/publish.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14+
<<<<<<< HEAD
1415
- uses: actions/checkout@v4
1516
with:
1617
fetch-depth: 0
@@ -19,6 +20,9 @@ jobs:
1920
git config user.name github-actions
2021
git config user.email github-actions@github.com
2122
23+
=======
24+
- uses: actions/checkout@v5
25+
>>>>>>> 85e8401 (v6.4.0...v6.5.1)
2226
- uses: actions/setup-node@v4
2327
with:
2428
node-version: 20

config/ember-cli-update.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
{
1515
"name": "@kellyselden/node-template",
16-
"version": "6.4.0",
16+
"version": "6.5.1",
1717
"blueprints": [
1818
{
1919
"name": "@kellyselden/node-template",

0 commit comments

Comments
 (0)