File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
template/.github/workflows Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3636 group : cd-${{ matrix.project.repo }}
3737 steps :
3838 - name : Checkout project repo
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 with :
4141 path : project-repo
4242 repository : ${{ matrix.project.repo }}
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout project repo
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v6
3535 with :
3636 path : project-repo
3737 repository : ${{ inputs.project_repo }}
Original file line number Diff line number Diff line change 2424 name: Lint
2525 runs-on: ubuntu-latest
2626 steps:
27- - uses: actions/checkout@v4
27+ - uses: actions/checkout@v6
2828
2929 # https://github.com/docker/compose/issues/1973
3030 - name: Create required env files
3838 name: Test
3939 runs-on: ubuntu-latest
4040 steps:
41- - uses: actions/checkout@v4
41+ - uses: actions/checkout@v6
4242
4343 - run: make init-container
4444 - run: make precompile-assets
You can’t perform that action at this time.
0 commit comments