Skip to content

Commit 16a4877

Browse files
chore(main): release aws-auth 1.0.3
1 parent 6272233 commit 16a4877

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"actions/dockerhub-login": "1.0.2",
55
"actions/send-slack-message": "2.0.3",
66
"actions/push-to-gar-docker": "0.5.2",
7-
"actions/aws-auth": "1.0.2",
7+
"actions/aws-auth": "1.0.3",
88
"actions/build-push-to-dockerhub": "0.2.0",
99
"actions/login-to-gar": "1.0.0",
1010
"actions/login-to-gcs": "0.2.1",

actions/aws-auth/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.0.3](https://github.com/grafana/shared-workflows/compare/aws-auth/v1.0.2...aws-auth/v1.0.3) (2025-07-30)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **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))
9+
310
## [1.0.2](https://github.com/grafana/shared-workflows/compare/aws-auth-v1.0.1...aws-auth/v1.0.2) (2025-06-04)
411

512

actions/aws-auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id-token: write
1919
steps:
2020
- id: aws-auth
21-
uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.2
21+
uses: grafana/shared-workflows/actions/aws-auth@aws-auth/v1.0.3
2222
with:
2323
aws-region: "us-west-1"
2424
role-arn: "arn:aws:iam::366620023056:role/github-actions/s3-test-access"

0 commit comments

Comments
 (0)