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 99 deploy :
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 with :
1414 submodules : true # Fetch Hugo themes (true OR recursive)
1515 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@v5
10+ - uses : actions/checkout@v6
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@v5
55+ uses : actions/checkout@v6
5656 with :
5757 path : ${{ env.PATTERN_DIR }}
5858
7575 working-directory : ${{ env.PATTERN_DIR }}
7676
7777 - name : Checkout docs repository
78- uses : actions/checkout@v5
78+ uses : actions/checkout@v6
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@v5
15+ uses : actions/checkout@v6
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