Bump actions/checkout from 2 to 4
@@ -13,7 +13,7 @@ jobs:
backend:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
with:
path: ./
@@ -67,7 +67,7 @@ jobs:
frontend:
@@ -9,7 +9,7 @@ jobs:
if: github.event.workflow_run.conclusion == 'success'
- - uses: actions/checkout@v3
repository: ${{ github.event.workflow_run.head_repository.full_name }}
ref: ${{ github.event.workflow_run.head_branch }}