File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1010 deploy :
1111 runs-on : ubuntu-22.04
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 submodules : true # Fetch Hugo themes (true OR recursive)
1616 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change 77 name : Htmltest
88 runs-on : ubuntu-latest
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 submodules : true # Fetch Hugo themes (true OR recursive)
1313 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change 5252
5353 steps :
5454 - name : Checkout pattern repository
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 path : ${{ env.PATTERN_DIR }}
5858
7575 working-directory : ${{ env.PATTERN_DIR }}
7676
7777 - name : Checkout docs repository
78- uses : actions/checkout@v4
78+ uses : actions/checkout@v5
7979 with :
8080 path : ${{ env.DOCS_DIR }}
8181 repository : ${{ env.DOCS_REPO }}
Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout Code
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 # Full git history is needed to get a proper list of changed files within `super-linter`
1818 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments