|
35 | 35 | with: |
36 | 36 | fetch-depth: 0 |
37 | 37 | - name: Create Release |
38 | | - uses: SneaksAndData/github-actions/semver_release@v0.0.5 |
| 38 | + uses: SneaksAndData/github-actions/semver_release@v0.0.6 |
39 | 39 | with: |
40 | 40 | major_v: 0 |
41 | 41 | minor_v: 0 |
|
86 | 86 | with: |
87 | 87 | fetch-depth: 0 |
88 | 88 | - name: Install Poetry and dependencies |
89 | | - uses: SneaksAndData/github-actions/install_poetry@v0.0.5 |
| 89 | + uses: SneaksAndData/github-actions/install_poetry@v0.0.6 |
90 | 90 | with: |
91 | 91 | pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }} |
92 | 92 | pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} |
@@ -131,7 +131,7 @@ jobs: |
131 | 131 | with: |
132 | 132 | fetch-depth: 0 |
133 | 133 | - name: Build and Push Chart (DEV) |
134 | | - uses: SneaksAndData/github-actions/build_helm_chart@v0.0.5 |
| 134 | + uses: SneaksAndData/github-actions/build_helm_chart@v0.0.6 |
135 | 135 | with: |
136 | 136 | application: beast |
137 | 137 | container_registry_user: ${{secrets.AZCR_DEV_USER}} |
@@ -178,13 +178,13 @@ jobs: |
178 | 178 | - uses: actions/checkout@v2 |
179 | 179 | - run: git fetch --prune --unshallow |
180 | 180 | - name: Install Poetry and dependencies |
181 | | - uses: SneaksAndData/github-actions/install_poetry@v0.0.5 |
| 181 | + uses: SneaksAndData/github-actions/install_poetry@v0.0.6 |
182 | 182 | with: |
183 | 183 | pypi_repo_url: ${{ secrets.AZOPS_PYPI_REPO_URL }} |
184 | 184 | pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} |
185 | 185 | pypi_token: ${{ secrets.AZOPS_PAT }} |
186 | 186 | - name: Create package |
187 | | - uses: SneaksAndData/github-actions/create_package@v0.0.5 |
| 187 | + uses: SneaksAndData/github-actions/create_package@v0.0.6 |
188 | 188 | with: |
189 | 189 | pypi_repo_url: ${{ secrets.AZOPS_PYPI_UPLOAD }} |
190 | 190 | pypi_token_username: ${{ secrets.AZOPS_PAT_USER }} |
|
0 commit comments