Skip to content

Commit f21def1

Browse files
Update cloudposse/github-action-secret-outputs action to v0.1.1 (#14)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fb60afa commit f21def1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-positive.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
api_key_id: ${{ secrets.SPACELIFT_API_KEY_ID }}
3232
api_key_secret: ${{ secrets.SPACELIFT_API_KEY_SECRET }}
3333

34-
- uses: cloudposse/github-action-secret-outputs@0.1.0
34+
- uses: cloudposse/github-action-secret-outputs@0.1.1
3535
id: result
3636
with:
3737
secret: ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
needs: [test]
4747
steps:
48-
- uses: cloudposse/github-action-secret-outputs@0.1.0
48+
- uses: cloudposse/github-action-secret-outputs@0.1.1
4949
id: result
5050
with:
5151
secret: ${{ secrets.GHA_SECRET_OUTPUT_PASSPHRASE }}

0 commit comments

Comments
 (0)