Skip to content

Commit

Permalink
[monorepo] split monorepo is now done by Github Actions (#2826)
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmannmartin authored Oct 3, 2023
1 parent b68cd77 commit e64270a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-checks-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: 'ubuntu-20.04'
steps:
- name: GIT checkout branch - ${{ github.ref }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Configure application
Expand Down

0 comments on commit e64270a

Please sign in to comment.