|
53 | 53 |
|
54 | 54 | - name: Import GPG key |
55 | 55 | id: gpg-import |
56 | | - uses: coatl-dev/actions/gpg-import@v5.1.0 |
| 56 | + uses: coatl-dev/actions/gpg-import@v5.1.1 |
57 | 57 | with: |
58 | 58 | passphrase: ${{ secrets.GPG_PASSPHRASE }} |
59 | 59 | private-key: ${{ secrets.GPG_PRIVATE_KEY }} |
@@ -105,14 +105,14 @@ jobs: |
105 | 105 | uses: actions/checkout@v4 |
106 | 106 |
|
107 | 107 | - name: pip-compile-27 |
108 | | - uses: coatl-dev/actions/pip-compile-upgrade@v5.1.0 |
| 108 | + uses: coatl-dev/actions/pip-compile-upgrade@v5.1.1 |
109 | 109 | with: |
110 | 110 | path: "${{ env.REQUIREMENTS_PATH }}" |
111 | 111 | extra-args: '--reuse-hashes' |
112 | 112 |
|
113 | 113 | - name: Detect changes |
114 | 114 | id: git-diff |
115 | | - uses: coatl-dev/actions/simple-git-diff@v5.1.0 |
| 115 | + uses: coatl-dev/actions/simple-git-diff@v5.1.1 |
116 | 116 | with: |
117 | 117 | path: "${{ env.REQUIREMENTS_PATH }}" |
118 | 118 |
|
@@ -147,7 +147,7 @@ Add this step to your workflow: |
147 | 147 |
|
148 | 148 | ```yml |
149 | 149 | - name: Create Pull Request |
150 | | - uses: coatl-dev/actions/pr-create@v5.1.0 |
| 150 | + uses: coatl-dev/actions/pr-create@v5.1.1 |
151 | 151 | with: |
152 | 152 | gh-token: ${{ secrets.GH_TOKEN }} |
153 | 153 | ``` |
@@ -182,7 +182,7 @@ GitHub action to build and upload your Python distribution packages to PyPI |
182 | 182 |
|
183 | 183 | ```yml |
184 | 184 | - name: Upload Python package to PyPI |
185 | | - uses: coatl-dev/actions/pypi-upload@v5.1.0 |
| 185 | + uses: coatl-dev/actions/pypi-upload@v5.1.1 |
186 | 186 | with: |
187 | 187 | python-version: '2.7' |
188 | 188 | check: 'false' |
@@ -219,7 +219,7 @@ Set up a specific version of Jython and add the command-line tools to the PATH. |
219 | 219 |
|
220 | 220 | ```yml |
221 | 221 | - name: Set up Jython |
222 | | - uses: coatl-dev/actions/setup-jython@v5.1.0 |
| 222 | + uses: coatl-dev/actions/setup-jython@v5.1.1 |
223 | 223 | with: |
224 | 224 | jython-version: '2.7.3' |
225 | 225 | - run: jython my_script.py |
@@ -262,7 +262,7 @@ jobs: |
262 | 262 |
|
263 | 263 | - name: Detect changes |
264 | 264 | id: git-diff |
265 | | - uses: coatl-dev/actions/simple-git-diff@v5.1.0 |
| 265 | + uses: coatl-dev/actions/simple-git-diff@v5.1.1 |
266 | 266 | with: |
267 | 267 | path: 'README.md' |
268 | 268 |
|
@@ -312,14 +312,14 @@ jobs: |
312 | 312 | uses: actions/checkout@v4 |
313 | 313 |
|
314 | 314 | - name: pip-compile-312 |
315 | | - uses: coatl-dev/actions/uv-pip-compile-upgrade@v5.1.0 |
| 315 | + uses: coatl-dev/actions/uv-pip-compile-upgrade@v5.1.1 |
316 | 316 | with: |
317 | 317 | path: "${{ env.REQUIREMENTS_PATH }}" |
318 | 318 | python-version: '3.12' |
319 | 319 |
|
320 | 320 | - name: Detect changes |
321 | 321 | id: git-diff |
322 | | - uses: coatl-dev/actions/simple-git-diff@v5.1.0 |
| 322 | + uses: coatl-dev/actions/simple-git-diff@v5.1.1 |
323 | 323 | with: |
324 | 324 | path: "${{ env.REQUIREMENTS_PATH }}" |
325 | 325 |
|
|
0 commit comments