Skip to content

Commit 0618788

Browse files
build(deps): Bump the github_action-dependencies group across 1 directory with 2 updates
Bumps the github_action-dependencies group with 2 updates in the / directory: [docker/github-builder/.github/workflows/build.yml](https://github.com/docker/github-builder) and [actions/stale](https://github.com/actions/stale). Updates `docker/github-builder/.github/workflows/build.yml` from 1.14.0 to 1.15.0 - [Release notes](https://github.com/docker/github-builder/releases) - [Commits](docker/github-builder@3415a18...27ade87) Updates `actions/stale` from 10.4.0 to 11.0.0 - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@1e223db...4391f3d) --- updated-dependencies: - dependency-name: docker/github-builder/.github/workflows/build.yml dependency-version: 1.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github_action-dependencies - dependency-name: actions/stale dependency-version: 11.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github_action-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 338451b commit 0618788

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-and-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- run: echo "Exposing env vars for reusable workflow"
5151

5252
build:
53-
uses: docker/github-builder/.github/workflows/build.yml@3415a188caae9a0da7fba83bc06985776e0b1790 #v1.14.0
53+
uses: docker/github-builder/.github/workflows/build.yml@27ade872c1e2296e62ef15ab3b10d37665e57cf7 #v1.15.0
5454
needs:
5555
- build-prepare
5656
permissions:

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222

2323
steps:
24-
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 #v10.4.0
24+
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 #v11.0.0
2525
with:
2626
repo-token: ${{ secrets.GITHUB_TOKEN }}
2727
days-before-stale: 30

.github/workflows/stale_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818

1919
steps:
20-
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 #v10.4.0
20+
- uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 #v11.0.0
2121
with:
2222
repo-token: ${{ secrets.GITHUB_TOKEN }}
2323
# Do not automatically mark PR/issue as stale

0 commit comments

Comments
 (0)