File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 name : Test on ${{ matrix.os }}-python-${{ matrix.python-version }}
1717 steps :
1818 - name : Checkout repo
19- uses : actions/checkout@v6.0.1
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v6.2.0
5252 runs-on : ubuntu-24.04
5353 timeout-minutes : 15
5454 steps :
55- - uses : actions/checkout@v6.0.1
55+ - uses : actions/checkout@v6.0.2
5656 - name : Set up Python 3.13
5757 uses : actions/setup-python@v6.2.0
5858 with :
6868 runs-on : ubuntu-24.04
6969 timeout-minutes : 15
7070 steps :
71- - uses : actions/checkout@v6.0.1
71+ - uses : actions/checkout@v6.0.2
7272 - name : Set up Python 3.13
7373 uses : actions/setup-python@v6.2.0
7474 with :
Original file line number Diff line number Diff line change 1919 steps :
2020 - name : Checkout repository
2121 id : repo
22- uses : actions/checkout@v6.0.1
22+ uses : actions/checkout@v6.0.2
2323
2424 - name : Set up Python
2525 uses : actions/setup-python@v6.2.0
4747 steps :
4848
4949 - name : checkout
50- uses : actions/checkout@v6.0.1
50+ uses : actions/checkout@v6.0.2
5151
5252 - name : Change version in repo
5353 run : sed -i "s/__version__ =.*/__version__ = \"${{ github.event.inputs.version }}\"/g" crossflow/__init__.py
8787 runs-on : ubuntu-24.04
8888 steps :
8989 - name : Checkout repository
90- uses : actions/checkout@v6.0.1
90+ uses : actions/checkout@v6.0.2
9191 with :
9292 ref : main
9393
@@ -118,7 +118,7 @@ jobs:
118118 steps :
119119
120120 - name : checkout
121- uses : actions/checkout@v6.0.1
121+ uses : actions/checkout@v6.0.2
122122 with :
123123 ref : main
124124
You can’t perform that action at this time.
0 commit comments