File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2323 go-version : ' 1.21'
2424 id : go
2525 - name : Check out code into the Go module directory
26- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
26+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
2727 - uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # tag=v4.2.4
2828 name : Restore go cache
2929 with :
Original file line number Diff line number Diff line change 1616 working-directory :
1717 - " "
1818 steps :
19- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
19+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
2020 - name : Calculate go version
2121 id : vars
2222 run : echo "go_version=$(make go-version)" >> $GITHUB_OUTPUT
Original file line number Diff line number Diff line change 1414 name : Broken Links
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
17+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
1818 - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
1919 with :
2020 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 1212 name : Broken Links
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
15+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
1616 - uses : gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
1717 with :
1818 use-quiet-mode : ' yes'
Original file line number Diff line number Diff line change 1717 - name : Set env
1818 run : echo "RELEASE_TAG=${GITHUB_REF:10}" >> $GITHUB_ENV
1919 - name : checkout code
20- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v4.1.6
20+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v5.0.0
2121 with :
2222 fetch-depth : 0
2323 - name : Install go
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Check out code
16- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # tag=v3.1.0
16+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # tag=v3.1.0
1717 - name : Setup go
1818 uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # tag=v5.5.0
1919 with :
Original file line number Diff line number Diff line change 88 lint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212
1313 - name : Lint YAML files
1414 run : yamllint -c .github/yamllint_config.yaml .
You can’t perform that action at this time.
0 commit comments