This repository was archived by the owner on Jun 23, 2026. It is now read-only.
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.3
17+ - uses : actions/checkout@v7 .0.0
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.3
80+ - uses : actions/checkout@v7 .0.0
8181 - name : Log in to the GitHub container registry
8282 uses : docker/login-action@v4.2.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.3
19+ uses : actions/checkout@v7 .0.0
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.3
45+ uses : actions/checkout@v7 .0.0
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