Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/eks-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Setup Node
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
python -m pip install --upgrade pip
pip install awscli --upgrade
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down Expand Up @@ -286,7 +286,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Setup Python
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
python -m pip install --upgrade pip
pip install awscli --upgrade
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/eks-record.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down Expand Up @@ -83,7 +83,7 @@
with:
go-version: ${{ env.GOVERSION }}
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down Expand Up @@ -146,7 +146,7 @@
id-token: write
steps:
- name: Checkout Repo
uses: actions/checkout@v3

Check failure on line 149 in .github/workflows/eks-record.yml

View workflow job for this annotation

GitHub Actions / lint_workflows

[actionlint] reported by reviewdog 🐶 the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: e:.github/workflows/eks-record.yml:149:15: the runner of "actions/checkout@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
with:
ref: ${{ github.ref }}
- name: Install Go
Expand All @@ -165,7 +165,7 @@
python -m pip install --upgrade pip
pip install awscli --upgrade
- name: Install pulumictl
uses: jaxxstorm/action-install-gh-release@v1.14.0
uses: jaxxstorm/action-install-gh-release@v2.1.0
with:
repo: pulumi/pulumictl
- name: Install Pulumi CLI
Expand Down
Loading