File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 outputs :
1313 version-changed : ${{ steps.changes.outputs.version }}
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v5
1616 - uses : psf/black@stable
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
4444 our-version-minor : ${{ steps.our-version-minor.outputs.version }}
4545 our-version-full : ${{ steps.our-version-full.outputs.version }}
4646 steps :
47- - uses : actions/checkout@v4
47+ - uses : actions/checkout@v5
4848 - id : our-version-major
4949 run : |
5050 echo version=$(grep -oP '(?<=__version__ = ")[^"]*' src/telediff/__about__.py | cut -d '.' -f 1) >> $GITHUB_OUTPUT
8484 packages : write
8585 steps :
8686 - name : Checkout
87- uses : actions/checkout@v4
87+ uses : actions/checkout@v5
8888
8989 - name : Download all the dists
9090 uses : actions/download-artifact@v6
@@ -154,7 +154,7 @@ jobs:
154154 - build-and-push-image
155155 steps :
156156 - name : Checkout
157- uses : actions/checkout@v4
157+ uses : actions/checkout@v5
158158 with :
159159 fetch-depth : ' 0'
160160 - name : Bump version and push tag
You can’t perform that action at this time.
0 commit comments