Skip to content

Commit b59739b

Browse files
committed
Bump version of release secrets
1 parent 2e82106 commit b59739b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/manual-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install poetry
2525
run: pipx install poetry
2626

27-
- uses: launchdarkly/gh-actions/actions/[email protected].0
27+
- uses: launchdarkly/gh-actions/actions/[email protected].2
2828
name: 'Get PyPI token'
2929
with:
3030
aws_assume_role: ${{ vars.AWS_ROLE_ARN }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
if: ${{ steps.release.outputs.releases_created }}
3434
run: pipx install poetry
3535

36-
- uses: launchdarkly/gh-actions/actions/[email protected].0
36+
- uses: launchdarkly/gh-actions/actions/[email protected].2
3737
if: ${{ steps.release.outputs.releases_created }}
3838
name: 'Get PyPI token'
3939
with:

0 commit comments

Comments
 (0)