Skip to content

Commit

Permalink
Update actions/checkout action to v3 (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Mar 2, 2022
1 parent 8efca83 commit 31a22d6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ jobs:
container: hashicorp/terraform
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: terraform fmt -check -recursive -diff

validate:
runs-on: ubuntu-latest
container: hashicorp/terraform
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Terraform Init
run: terraform init
working-directory: examples/test
Expand All @@ -27,7 +27,7 @@ jobs:
container: hashicorp/terraform
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Terraform Init
run: terraform init
working-directory: examples/test
Expand All @@ -40,7 +40,7 @@ jobs:
name: Show infracost diff
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Run infracost diff
uses: infracost/infracost-gh-action@master
env:
Expand Down

1 comment on commit 31a22d6

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

πŸ’° Infracost estimate: monthly cost will not change

Project Previous New Diff
cn-terraform/terraform-aws-cloudwatch-logs/examples/test $0 $0 $0
Infracost output
Project: cn-terraform/terraform-aws-cloudwatch-logs/examples/test

+ module.logs.aws_cloudwatch_log_group.log_group
  Monthly cost depends on usage

    + Data ingested
      Monthly cost depends on usage
        +$0.50 per GB

    + Archival Storage
      Monthly cost depends on usage
        +$0.03 per GB

    + Insights queries data scanned
      Monthly cost depends on usage
        +$0.005 per GB

Monthly cost change for cn-terraform/terraform-aws-cloudwatch-logs/examples/test
Amount:  $0.00 ($0.00 β†’ $0.00)

──────────────────────────────────
Key: ~ changed, + added, - removed

2 cloud resources were detected, rerun with --show-skipped to see details:
βˆ™ 1 was estimated, 1 includes usage-based costs, see https://infracost.io/usage-file
βˆ™ 1 was free
Is this comment useful? Yes, No

Please sign in to comment.