Skip to content

Commit cdfd9d7

Browse files
chore(deps): bump the minor group across 1 directory with 4 updates
--- updated-dependencies: - dependency-name: actions-rust-lang/setup-rust-toolchain dependency-version: 1.17.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: astral-sh/setup-uv dependency-version: 8.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: docker/metadata-action dependency-version: 6.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b42dc0 commit cdfd9d7

15 files changed

Lines changed: 30 additions & 30 deletions

.github/workflows/_auth_core_code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Install stable toolchain
14-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
14+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
1515
with:
1616
cache: false
1717
components: clippy,rustfmt
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v6
5252

5353
- name: Install stable toolchain
54-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
54+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
5555
with:
5656
cache: false
5757
components: rustfmt

.github/workflows/_auth_daemon_code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Install stable toolchain
14-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
14+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
1515
with:
1616
cache: false
1717
components: clippy,rustfmt
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v6
5252

5353
- name: Install stable toolchain
54-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
54+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
5555
with:
5656
cache: false
5757
components: rustfmt

.github/workflows/_auth_daemon_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Log in to GitHub Docker Registry
1919
if: github.event_name != 'pull_request'
20-
uses: docker/login-action@v4.2.0
20+
uses: docker/login-action@v4.4.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Docker Metadata
3131
id: meta
32-
uses: docker/metadata-action@v6.1.0
32+
uses: docker/metadata-action@v6.2.0
3333
with:
3434
images: ${{ env.IMAGE_REPOSITORY }}
3535
tags: |

.github/workflows/_auth_gateway_code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v5
1212

1313
- name: Install stable toolchain
14-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
14+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
1515
with:
1616
cache: false
1717
components: clippy,rustfmt
@@ -51,7 +51,7 @@ jobs:
5151
uses: actions/checkout@v5
5252

5353
- name: Install stable toolchain
54-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
54+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
5555
with:
5656
cache: false
5757
components: rustfmt

.github/workflows/_auth_gateway_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: Log in to GitHub Docker Registry
1919
if: github.event_name != 'pull_request'
20-
uses: docker/login-action@v4.2.0
20+
uses: docker/login-action@v4.4.0
2121
with:
2222
registry: ghcr.io
2323
username: ${{ github.actor }}
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Docker Metadata
3131
id: meta
32-
uses: docker/metadata-action@v6.1.0
32+
uses: docker/metadata-action@v6.2.0
3333
with:
3434
images: ${{ env.IMAGE_REPOSITORY }}
3535
tags: |

.github/workflows/_cli_code.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v6
1212

1313
- name: Install stable toolchain
14-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
14+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
1515
with:
1616
cache: false
1717
components: clippy,rustfmt
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@v6
4545

4646
- name: Install stable toolchain
47-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
47+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
4848
with:
4949
cache: false
5050

@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@v6
6666

6767
- name: Install stable toolchain
68-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
68+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
6969

7070
- name: Download tarpaulin
7171
run: |
@@ -106,7 +106,7 @@ jobs:
106106
key: cli-release
107107

108108
- name: Install rust
109-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
109+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
110110
with:
111111
target: x86_64-unknown-linux-musl
112112

.github/workflows/_dashboard_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Log in to GitHub Docker Registry
2626
if: github.event_name != 'pull_request'
27-
uses: docker/login-action@v4.2.0
27+
uses: docker/login-action@v4.4.0
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Docker Metadata
3838
id: meta
39-
uses: docker/metadata-action@v6.1.0
39+
uses: docker/metadata-action@v6.2.0
4040
with:
4141
images: ${{ env.IMAGE_REPOSITORY }}
4242
tags: |

.github/workflows/_graph_proxy_code.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Install stable toolchain
16-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
16+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
1717
with:
1818
cache: false
1919
components: clippy,rustfmt
@@ -60,7 +60,7 @@ jobs:
6060
uses: actions/checkout@v6
6161

6262
- name: Install stable toolchain
63-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
63+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
6464
with:
6565
cache: false
6666
components: rustfmt

.github/workflows/_graph_proxy_container.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Log in to GitHub Docker Registry
2020
if: github.event_name != 'pull_request'
21-
uses: docker/login-action@v4.2.0
21+
uses: docker/login-action@v4.4.0
2222
with:
2323
registry: ghcr.io
2424
username: ${{ github.actor }}
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Docker Metadata
3232
id: meta
33-
uses: docker/metadata-action@v6.1.0
33+
uses: docker/metadata-action@v6.2.0
3434
with:
3535
images: ${{ env.IMAGE_REPOSITORY }}
3636
tags: |

.github/workflows/_graph_proxy_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@v6
1414

1515
- name: Install stable toolchain
16-
uses: actions-rust-lang/setup-rust-toolchain@v1.16.1
16+
uses: actions-rust-lang/setup-rust-toolchain@v1.17.0
1717
with:
1818
cache: false
1919
components: rustfmt

0 commit comments

Comments
 (0)