Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 11, 2023
1 parent 6c58dfd commit 5e8621f
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: Install
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm


Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest
needs: [install_dependencies]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Lint
run: pnpm lint
Expand All @@ -44,7 +44,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- uses: ./.github/actions/assert-build

Expand All @@ -64,7 +64,7 @@ jobs:
- [email protected]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- uses: ./.github/actions/download-built-package
- name: 'Change TS to ${{ matrix.typescript-scenario }}'
Expand All @@ -87,7 +87,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- uses: ./.github/actions/download-built-package
- run: pnpm --filter test-app test:ember
Expand All @@ -98,7 +98,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- name: Install Dependencies (without lockfile)
run: rm pnpm-lock.yaml && pnpm install
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- "'ember-lts-4.8 + embroider-optimized'"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ./.github/actions/pnpm
- uses: ./.github/actions/download-built-package
- name: Run Tests
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:
- try_scenarios

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/pnpm
Expand All @@ -184,7 +184,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/pnpm
Expand All @@ -205,7 +205,7 @@ jobs:
url: ${{ steps.publishStep.outputs.url }}
env: ${{ steps.publishStep.outputs.environment }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/pnpm
Expand All @@ -228,7 +228,7 @@ jobs:
runs-on: ubuntu-latest
needs: PublishDocstoCloudflarePages
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: ./.github/actions/pnpm
Expand Down

0 comments on commit 5e8621f

Please sign in to comment.