Skip to content

Commit b6416b8

Browse files
authored
chore: Update version numbers in the README (#54)
1 parent c0b2178 commit b6416b8

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,9 @@ The following snippet shows the minimum required configuration to create a
2424
working OIDC connection between GitHub Actions and AWS.
2525

2626
```terraform
27-
provider "aws" {
28-
region = var.region
29-
}
30-
3127
module "oidc_github" {
3228
source = "unfunco/oidc-github/aws"
33-
version = "1.7.1"
29+
version = "1.8.0"
3430
3531
github_repositories = [
3632
"org/repo",
@@ -54,7 +50,7 @@ jobs:
5450
runs-on: ubuntu-latest
5551
steps:
5652
- name: Configure AWS credentials
57-
uses: aws-actions/configure-aws-credentials@v2
53+
uses: aws-actions/configure-aws-credentials@v4
5854
with:
5955
aws-region: ${{ env.AWS_REGION }}
6056
role-to-assume: arn:aws:iam::${{ env.AWS_ACCOUNT_ID }}:role/github

0 commit comments

Comments
 (0)