Skip to content

Commit a35821f

Browse files
committed
fix: wrign docker image tag
1 parent 677a4dc commit a35821f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2424
- name: Setup Pulumi
25-
uses: docker://pulumi/actions:v2.14.0
25+
uses: docker://pulumi/actions:v2.13.2
2626
env:
2727
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
2828
- name: Install dependencies

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
node-version: 12.16.3
2020
- name: Setup Pulumi
21-
uses: docker://pulumi/actions:v2.14.0
21+
uses: docker://pulumi/actions:v2.13.2
2222
env:
2323
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
2424
- name: Install dependencies

0 commit comments

Comments
 (0)