-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
apk add --no-cache alpine-sdk git bash | ||
- name: Check out repository code | ||
uses: actions/checkout@master | ||
uses: actions/checkout@main | ||
|
||
- name: Treat repo as safe | ||
run: git config --global --add safe.directory /__w/pulumi-spacelift/pulumi-spacelift | ||
|
@@ -26,14 +26,14 @@ jobs: | |
run: rm -rf /github/home/.pulumi | ||
|
||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.1.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.10.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Pulumi CLI | ||
uses: pulumi/[email protected] | ||
- name: Install pulumi | ||
uses: pulumi/actions@v4 | ||
|
||
- name: Tag version | ||
run: git tag -d `git tag | grep -E '.'` && git tag v0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,36 +17,36 @@ jobs: | |
- name: Install dependencies | ||
run: sudo apt update && sudo apt install -y bash | ||
- name: Check out repository code | ||
uses: actions/checkout@master | ||
uses: actions/checkout@main | ||
- name: Treat repo as safe | ||
run: git config --global --add safe.directory /__w/pulumi-spacelift/pulumi-spacelift | ||
- name: Install Go | ||
uses: actions/setup-go@v2 | ||
uses: actions/setup-go@v4 | ||
with: | ||
go-version: 1.19.x | ||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.1.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.10.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
- name: Install Pulumi CLI | ||
uses: pulumi/[email protected] | ||
- name: Install pulumi | ||
uses: pulumi/actions@v4 | ||
- name: Setup Node | ||
uses: actions/setup-node@v1 | ||
uses: actions/setup-node@v3 | ||
with: | ||
node-version: 16.x | ||
registry-url: https://registry.npmjs.org | ||
- name: Install yarn | ||
run: npm install --global yarn | ||
- name: Setup DotNet | ||
uses: actions/setup-dotnet@v1 | ||
uses: actions/setup-dotnet@v3 | ||
with: | ||
dotnet-version: 3.1.301 | ||
- name: Setup DotNet ICU | ||
run: sudo apt-get update && sudo apt-get install -y icu-devtools | ||
- name: Setup Python | ||
uses: actions/setup-python@v2 | ||
uses: actions/setup-python@v4 | ||
with: | ||
python-version: 3.9 | ||
- name: Print version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
pip3 install awscli | ||
- name: Check out repository code | ||
uses: actions/checkout@master | ||
uses: actions/checkout@main | ||
|
||
- name: Treat repo as safe | ||
run: git config --global --add safe.directory /__w/pulumi-spacelift/pulumi-spacelift | ||
|
@@ -28,14 +28,14 @@ jobs: | |
run: rm -rf /github/home/.pulumi | ||
|
||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.1.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.10.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Pulumi CLI | ||
uses: pulumi/[email protected] | ||
- name: Install pulumi | ||
uses: pulumi/actions@v4 | ||
|
||
- name: Tag version | ||
run: git tag -d `git tag | grep -E '.'` && git tag v0.0.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
pip3 install awscli | ||
- name: Check out repository code | ||
uses: actions/checkout@master | ||
uses: actions/checkout@main | ||
|
||
- name: Treat repo as safe | ||
run: git config --global --add safe.directory /__w/pulumi-spacelift/pulumi-spacelift | ||
|
@@ -28,14 +28,14 @@ jobs: | |
run: rm -rf /github/home/.pulumi | ||
|
||
- name: Install pulumictl | ||
uses: jaxxstorm/action-install-gh-release@v1.1.0 | ||
uses: jaxxstorm/action-install-gh-release@v1.10.0 | ||
with: | ||
repo: pulumi/pulumictl | ||
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Install Pulumi CLI | ||
uses: pulumi/[email protected] | ||
- name: Install pulumi | ||
uses: pulumi/actions@v4 | ||
|
||
- name: Tag version | ||
run: git tag -d `git tag | grep -E '.'` && git tag v0.0.0 | ||
|