Skip to content

Commit 533cc85

Browse files
authored
Merge branch 'main' into gh-oblt/replace-step-version-framework
2 parents 49ee8be + bad5ffd commit 533cc85

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ jobs:
4747
path: dist
4848
- name: Upload pypi.org
4949
if: startsWith(github.ref, 'refs/tags')
50-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
50+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
5151
with:
5252
repository-url: https://upload.pypi.org/legacy/
5353
- name: Upload test.pypi.org
5454
if: ${{ ! startsWith(github.ref, 'refs/tags') }}
55-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
55+
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
5656
with:
5757
repository-url: https://test.pypi.org/legacy/
5858

@@ -196,9 +196,9 @@ jobs:
196196
- github-draft
197197
steps:
198198
- id: check
199-
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
199+
uses: elastic/oblt-actions/check-dependent-jobs@v1
200200
with:
201-
needs: ${{ toJSON(needs) }}
201+
jobs: ${{ toJSON(needs) }}
202202
- if: startsWith(github.ref, 'refs/tags')
203203
uses: elastic/oblt-actions/slack/notify-result@v1
204204
with:

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ jobs:
171171
- windows
172172
steps:
173173
- id: check
174-
uses: elastic/apm-pipeline-library/.github/actions/check-dependent-jobs@current
174+
uses: elastic/oblt-actions/check-dependent-jobs@v1
175175
with:
176-
needs: ${{ toJSON(needs) }}
177-
- run: ${{ steps.check.outputs.isSuccess }}
176+
jobs: ${{ toJSON(needs) }}
177+
- run: ${{ steps.check.outputs.is-success }}
178178
- if: failure() && (github.event_name == 'schedule' || github.event_name == 'push')
179179
uses: elastic/oblt-actions/slack/notify-result@v1
180180
with:

0 commit comments

Comments
 (0)