Skip to content

Commit 583747c

Browse files
chore(deps): update pulumi/actions digest to cc7494b (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 97fdd9f commit 583747c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/AWSMegatests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,15 @@ jobs:
4949

5050
- name: PR previews
5151
if: ${{ github.event_name == 'pull_request' }}
52-
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6
52+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
5353
with:
5454
command: preview
5555
stack-name: ${{ env.PULUMI_STACK_NAME }}
5656
work-dir: ${{ env.PULUMI_WORKING_DIRECTORY }}
5757

5858
- name: Apply infrastructure update
5959
if: ${{ github.event_name == 'push' }}
60-
uses: pulumi/actions@df5a93ad715135263c732ba288301bd044c383c0 # v6
60+
uses: pulumi/actions@cc7494be991dba0978f7ffafaf995b0449a0998e # v6
6161
with:
6262
command: up
6363
stack-name: ${{ env.PULUMI_STACK_NAME }}

0 commit comments

Comments
 (0)