File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 - { GOOS: darwin, GOARCH: arm64 }
3030 - { GOOS: freebsd, GOARCH: amd64 }
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : actions/setup-go@v6
3434 with :
3535 go-version-file : go.mod
5151 name : Create Containerized Release
5252 runs-on : ubuntu-latest
5353 steps :
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555 - uses : docker/metadata-action@v5
5656 id : meta
5757 with :
Original file line number Diff line number Diff line change 1414 version : ${{ steps.bump.outputs.new_version }}
1515
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818 with :
1919 ref : main
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 outputs :
1515 version : ${{ steps.real.outputs.version || steps.fake.outputs.version }}
1616 steps :
17- - uses : actions/checkout@v5
17+ - uses : actions/checkout@v6
1818
1919 - name : Output real version
2020 if : github.event_name == 'release'
Original file line number Diff line number Diff line change 1111 name : Unit tests
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 - uses : actions/setup-go@v6
1616 with :
1717 go-version-file : go.mod
2424 name : Documentation tests
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - uses : actions/setup-go@v6
2929 with :
3030 go-version-file : go.mod
3737 name : Editorconfig check
3838 runs-on : ubuntu-latest
3939 steps :
40- - uses : actions/checkout@v5
40+ - uses : actions/checkout@v6
4141 - uses : editorconfig-checker/action-editorconfig-checker@main
4242 - run : editorconfig-checker
4343 shell : bash
4646 name : Validate dependabot
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 - run : pipx install check-jsonschema
5151 shell : bash
5252 - run : check-jsonschema --builtin-schema vendor.dependabot .github/dependabot.yml
5555 workflow-validate :
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v5
58+ - uses : actions/checkout@v6
5959 - uses : asdf-vm/actions/install@v4
6060 with :
6161 tool_versions : |
6868 name : No 'fix me's check
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v5
71+ - uses : actions/checkout@v6
7272 - run : grep -RHin $(printf Zml4bWUK | base64 -d) . && exit 1 || exit 0 # had to hide the `f i x m e` inside of base64 to not trigger it here too
7373
7474 tests-succeeded :
You can’t perform that action at this time.
0 commit comments