Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge queue: embarking main (f7bf5e9) and [#156 + #157] together #158

Closed
wants to merge 4 commits into from
Closed
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
8 changes: 4 additions & 4 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ on:

jobs:
check-conventional-commits:
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4

lint-pipeline:
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4

generate-terraform-docs:
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4
with:
output-file: README.md
# This artifact is referenced by the cog.toml
Expand All @@ -25,7 +25,7 @@ jobs:
- check-conventional-commits
- lint-pipeline
if: github.ref == 'refs/heads/main'
uses: armakuni/github-actions/.github/workflows/[email protected].3
uses: armakuni/github-actions/.github/workflows/[email protected].4
permissions:
contents: write
with:
Expand Down
2 changes: 1 addition & 1 deletion providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
aws = {
source = "hashicorp/aws"
version = "~> 5.65.0"
version = "~> 5.66.0"
}

github = {
Expand Down