Skip to content

Commit 4a895ba

Browse files
build(deps): bump the all-gha-updates group across 1 directory with 3 updates (#5315)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ad84ebf commit 4a895ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Configure AWS Credentials
4242
# Only continue with the workflow to emit metrics on code that has been merged to main.
4343
if: github.event_name != 'pull_request'
44-
uses: aws-actions/configure-aws-credentials@v4.2.0
44+
uses: aws-actions/configure-aws-credentials@v4.2.1
4545
with:
4646
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole
4747
role-session-name: s2ntlsghabenchsession

.github/workflows/ci_openbsd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v4
1818
- name: Build and test in OpenBSD
1919
id: test
20-
uses: cross-platform-actions/action@v0.27.0
20+
uses: cross-platform-actions/action@v0.28.0
2121
with:
2222
operating_system: openbsd
2323
architecture: x86-64

.github/workflows/team_label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
team-labeler:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: JulienKode/team-labeler-action@v2.0.0
14+
- uses: JulienKode/team-labeler-action@v2.0.1
1515
with:
1616
repo-token: "${{ secrets.GITHUB_TOKEN }}"
1717

.github/workflows/usage_guide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
folder: docs/usage-guide/book
5353

5454
- name: Configure AWS credentials
55-
uses: aws-actions/configure-aws-credentials@v4.2.0
55+
uses: aws-actions/configure-aws-credentials@v4.2.1
5656
if: github.event_name == 'push' || github.repository == github.event.pull_request.head.repo.full_name
5757
with:
5858
role-to-assume: arn:aws:iam::024603541914:role/GitHubOIDCRole

0 commit comments

Comments
 (0)