File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 outputs :
1515 version : ${{ steps.vars.outputs.tag }}
1616 steps :
17- - uses : actions/checkout@v6.0.1
17+ - uses : actions/checkout@v6.0.2
1818 - name : Get tag
1919 id : vars
2020 run : echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
7777 packages : write
7878 needs : build-and-publish-pypi
7979 steps :
80- - uses : actions/checkout@v6.0.1
80+ - uses : actions/checkout@v6.0.2
8181 - name : Log in to the GitHub container registry
8282 uses : docker/login-action@v3.6.0
8383 with :
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Check out code from GitHub
19- uses : actions/checkout@v6.0.1
19+ uses : actions/checkout@v6.0.2
2020 - name : Set up Python
2121 uses : actions/setup-python@v6.2.0
2222 with :
4242
4343 steps :
4444 - name : Check out code from GitHub
45- uses : actions/checkout@v6.0.1
45+ uses : actions/checkout@v6.0.2
4646 - name : Set up Python ${{ matrix.python-version }}
4747 uses : actions/setup-python@v6.2.0
4848 with :
You can’t perform that action at this time.
0 commit comments