Skip to content

Commit a2f5489

Browse files
build(deps): bump the all-dependencies group across 1 directory with 2 updates (#713)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0ac566e commit a2f5489

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/_build_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4.2.0
5353

5454
- name: Login to GitHub Container Registry
55-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
55+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
5656
with:
5757
registry: ghcr.io
5858
username: ${{ github.actor }}

.github/workflows/_build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Login to GitHub Container Registry
37-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
37+
uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
3838
with:
3939
registry: ghcr.io
4040
username: ${{ github.actor }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Close stale issues and PRs
14-
uses: actions/stale@v10
14+
uses: actions/stale@v11
1515
with:
1616
stale-issue-message: 'This issue had no activity for **2 months**. It will be closed in **2 weeks** unless there is some new activity.'
1717
stale-issue-label: 'stale'

0 commit comments

Comments
 (0)