Skip to content

Commit faeb9fd

Browse files
renovate-botrenovate[bot]
authored andcommitted
Update actions/checkout action to v3
1 parent 3578363 commit faeb9fd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Ember Testing
2626
uses: mydea/actions-ember-testing@v2
2727
- name: Checkout Repo
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
- name: Set Yarn Cache Directory
3030
id: yarn-cache-dir
3131
run: echo "::set-output name=dir::$(yarn cache dir)"

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
publish:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-node@v3
1616
with:
1717
node-version: '10.x'

0 commit comments

Comments
 (0)