File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 77 matrix :
88 python-version : [3.10.9]
99 steps :
10- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3.5.3
10+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4.0.0
1111 - name : Set up Python ${{ matrix.python-version }}
1212 uses : actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # ratchet:actions/setup-python@v4
1313 with :
Original file line number Diff line number Diff line change 3131 container : python:3.10
3232 steps :
3333 - name : Checkout code
34- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3
34+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v3
3535 - name : Show version
3636 run : echo ${{ needs.get-version.outputs.version }}
3737 - name : Build docker image
5555 container : python:3.10
5656 steps :
5757 - name : Checkout code
58- uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3
58+ uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v3
5959 - name : Install pypa/build
6060 run : >-
6161 python3 -m pip install build
Original file line number Diff line number Diff line change 55 test-action :
66 runs-on : ubuntu-latest
77 steps :
8- - uses : actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # ratchet:actions/checkout@v3.5.3
8+ - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # ratchet:actions/checkout@v4.0.0
99 - name : Test merging SPDX JSON format files
1010 uses : ./
1111 with :
You can’t perform that action at this time.
0 commit comments