Skip to content

Commit

Permalink
fix: revert changes to checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Apr 24, 2024
1 parent 41964e0 commit eb8c7c2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: [self-hosted, sdlc-ghr-prod]
steps:
- name: Checkout code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
with:
fetch-depth: 2
- name: Check whether adapter change also has a changeset
Expand All @@ -40,7 +40,7 @@ jobs:
adapter-list: ${{ steps.changed-adapters.outputs.CHANGED_ADAPTERS }}
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up and install dependencies
Expand All @@ -63,7 +63,7 @@ jobs:
- install-packages
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
- name: Set up and install dependencies
uses: ./.github/actions/setup
- name: Run unit tests
Expand All @@ -81,7 +81,7 @@ jobs:
- install-packages
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
- name: Set up and install dependencies
uses: ./.github/actions/setup
- name: Run integration tests
Expand All @@ -98,7 +98,7 @@ jobs:
- install-packages
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
- name: Set up and install dependencies
uses: ./.github/actions/setup
- name: Lint all files
Expand All @@ -118,7 +118,7 @@ jobs:
METRICS_ENABLED: false
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up and install dependencies
Expand All @@ -138,7 +138,7 @@ jobs:
- install-packages
steps:
- name: Check out code
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
uses: actions/checkout@v3
- name: Set up and install dependencies
uses: ./.github/actions/setup
- name: Check for outdated ea-framework dependencies
Expand Down

0 comments on commit eb8c7c2

Please sign in to comment.