Skip to content

Commit

Permalink
Upgrade Pulumi
Browse files Browse the repository at this point in the history
  • Loading branch information
DSoko2 committed May 11, 2024
1 parent feb6fba commit 4ac2976
Show file tree
Hide file tree
Showing 42 changed files with 2,324 additions and 1,890 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
- name: Install Pulumi
uses: pulumi/actions@v4
with:
pulumi-version: 3.91.1
pulumi-version: 3.115.2
- name: Get yarn cache directory path
id: yarn-cache-dir-path
run: echo "YARN_CACHE_FOLDER=$(yarn config get cacheFolder)" >> "$GITHUB_ENV"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM node:20

ENV PULUMI_TAR=pulumi-v3.91.1-linux-x64.tar.gz
ENV PULUMI_TAR=pulumi-v3.115.2-linux-x64.tar.gz
ENV PULUMI_CONFIG_PASSPHRASE=""
ENV PULUMI_SKIP_UPDATE_CHECK=true

Expand Down
Loading

0 comments on commit 4ac2976

Please sign in to comment.