File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v6
18+ uses : actions/checkout@v7
1919 - name : Codespell
2020 uses : codespell-project/actions-codespell@v2
2121 with :
Original file line number Diff line number Diff line change 1111
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@v6
14+ uses : actions/checkout@v7
1515
1616 - name : Build binary
1717 run : |
Original file line number Diff line number Diff line change 1313 # write /sys/fs/cgroup/cgroup.subtree_control: operation not supported
1414 options : --privileged --cgroupns=host
1515 steps :
16- - uses : actions/checkout@v6
16+ - uses : actions/checkout@v7
1717 - name : Install dependencies
1818 run : |
1919 set -e
Original file line number Diff line number Diff line change 4949 # write /sys/fs/cgroup/cgroup.subtree_control: operation not supported
5050 options : --privileged --cgroupns=host
5151 steps :
52- - uses : actions/checkout@v6
52+ - uses : actions/checkout@v7
5353 - name : Install podman-4.3.1
5454 if : matrix.conf.podman == '4.3.1'
5555 run : |
You can’t perform that action at this time.
0 commit comments