diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e0b436a07..5d6233065 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "actions/dockerhub-login": "1.0.2", "actions/send-slack-message": "2.0.3", "actions/push-to-gar-docker": "0.5.2", - "actions/aws-auth": "1.0.2", + "actions/aws-auth": "1.0.3", "actions/build-push-to-dockerhub": "0.2.0", "actions/login-to-gar": "1.0.0", "actions/login-to-gcs": "0.2.1", diff --git a/actions/aws-auth/CHANGELOG.md b/actions/aws-auth/CHANGELOG.md index 55f9cf4ab..43ba01d0c 100644 --- a/actions/aws-auth/CHANGELOG.md +++ b/actions/aws-auth/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/grafana/shared-workflows/compare/aws-auth/v1.0.2...aws-auth/v1.0.3) (2025-08-19) + + +### 🐛 Bug Fixes + +* **aws-auth:** fix reference to the action's own path ([#1032](https://github.com/grafana/shared-workflows/issues/1032)) ([8499a7f](https://github.com/grafana/shared-workflows/commit/8499a7f3c5f5b4ddc4bc57b8cd8b56dba41114af)) + ## [1.0.2](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.1...aws-auth/v1.0.2) (2025-06-04) diff --git a/actions/aws-auth/README.md b/actions/aws-auth/README.md index 843004a89..a35b6b051 100644 --- a/actions/aws-auth/README.md +++ b/actions/aws-auth/README.md @@ -18,7 +18,7 @@ jobs: id-token: write steps: - id: aws-auth - uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.2 + uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.3 with: aws-region: "us-west-1" role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"