File tree Expand file tree Collapse file tree 10 files changed +11
-11
lines changed
Expand file tree Collapse file tree 10 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 4040 group : docs-deployment
4141 cancel-in-progress : false
4242 steps :
43- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
43+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4444 with :
4545 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
4646
Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ jobs:
3030
3131 steps :
3232 - name : Checkout main branch (for latest templates and theme)
33- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434 with :
3535 ref : ' main'
3636 submodules : ' recursive'
3737 fetch-depth : 0
3838
3939 - name : Checkout old content from tag into a temporary directory
40- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
40+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4141 with :
4242 ref : ${{ github.event.inputs.version_tag }}
4343 path : ' old_version_source' # Checkout into a temp subdir
Original file line number Diff line number Diff line change 3030 cancel-in-progress : false
3131 steps :
3232 - name : Checkout Code at Tag
33- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
33+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3434 with :
3535 ref : ${{ github.event.release.tag_name }}
3636
Original file line number Diff line number Diff line change 3939 group : ${{ github.workflow }}-${{ github.ref }}
4040 cancel-in-progress : true
4141 steps :
42- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
42+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4343 with :
4444 fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
4545
Original file line number Diff line number Diff line change 3434 group : " preview-${{ github.event.number }}"
3535 cancel-in-progress : true
3636 steps :
37- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
37+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3838 with :
3939 ref : versioned-gh-pages
4040
Original file line number Diff line number Diff line change 4949 group : " preview-${{ github.event.number }}"
5050 cancel-in-progress : true
5151 steps :
52- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
52+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5353 with :
5454 # Checkout the PR's HEAD commit (supports forks).
5555 ref : ${{ github.event.pull_request.head.sha }}
Original file line number Diff line number Diff line change 5555 with :
5656 go-version : " 1.25"
5757 - name : Checkout code
58- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
58+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
5959 with :
6060 ref : ${{ github.event.pull_request.head.sha }}
6161 repository : ${{ github.event.pull_request.head.repo.full_name }}
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout code
32- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3333
3434 - name : Wait for image in Artifact Registry
3535 shell : bash
Original file line number Diff line number Diff line change 2929 issues : ' write'
3030 pull-requests : ' write'
3131 steps :
32- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
32+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3333 - uses : micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3434 env :
3535 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 6262 go-version : " 1.24"
6363
6464 - name : Checkout code
65- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
65+ uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6666 with :
6767 ref : ${{ github.event.pull_request.head.sha }}
6868 repository : ${{ github.event.pull_request.head.repo.full_name }}
You can’t perform that action at this time.
0 commit comments