File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout Code
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121 - name : Lint Code Base
Original file line number Diff line number Diff line change 1111 if : ${{ github.ref == 'refs/heads/main' }}
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515
1616 - name : Publish
1717 uses : devcontainers/action@v1
Original file line number Diff line number Diff line change 3535 matrix :
3636 templates : ${{ fromJSON(needs.detect-changes.outputs.templates) }}
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
3939
4040 - name : Smoke test for '${{ matrix.templates }}'
4141 id : smoke_test
You can’t perform that action at this time.
0 commit comments