File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1515 docker :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
18+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
1919 with :
2020 fetch-depth : ' 0'
2121 - name : qemu
Original file line number Diff line number Diff line change 1313 permissions :
1414 contents : read
1515 steps :
16- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
16+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
1717 - uses : webiny/action-conventional-commits@8bc41ff4e7d423d56fa4905f6ff79209a78776c7 # v1.3.0 https://github.com/webiny/action-conventional-commits/releases/tag/v1.3.0
Original file line number Diff line number Diff line change 2020 platform : [ubuntu-latest]
2121 runs-on : ${{ matrix.platform }}
2222 steps :
23- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
23+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
2424 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
2525 with :
2626 go-version : ${{ matrix.go-version }}
Original file line number Diff line number Diff line change 1515 name : lint
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
18+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
1919 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
2020 with :
2121 go-version : 1.24.x
Original file line number Diff line number Diff line change 5757 statuses : write
5858 steps :
5959 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
60- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
60+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
6161 with :
6262 fetch-depth : ' 0'
6363 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0 https://github.com/actions/setup-go/releases/tag/v6.1.0
9696 statuses : write
9797 steps :
9898 - run : " echo \" RELEASE_TAG=${GITHUB_REF#refs/tags/}\" >> $GITHUB_ENV"
99- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1 https://github.com/actions/checkout/releases/tag/v5 .0.1
99+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 .0.0 https://github.com/actions/checkout/releases/tag/v6 .0.0
100100 with :
101101 fetch-depth : ' 0'
102102 - name : Set up QEMU
You can’t perform that action at this time.
0 commit comments