Skip to content

Commit b342cf9

Browse files
chore(deps): bump the github-actions group with 3 updates (#7524)
Bumps the github-actions group with 3 updates: [docker/build-push-action](https://github.com/docker/build-push-action), [actions/github-script](https://github.com/actions/github-script) and [pnpm/action-setup](https://github.com/pnpm/action-setup). Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.0.0...v7.1.0) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) Updates `pnpm/action-setup` from 5.0.0 to 6.0.0 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: pnpm/action-setup dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1292faa commit b342cf9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
echo "EOF" >> $GITHUB_OUTPUT
9999
100100
- name: Build and Push Nightly Image
101-
uses: docker/build-push-action@v7.0.0
101+
uses: docker/build-push-action@v7.1.0
102102
with:
103103
context: .
104104
platforms: linux/amd64,linux/arm64
@@ -183,7 +183,7 @@ jobs:
183183
password: ${{ secrets.GHCR_GITHUB_TOKEN }}
184184

185185
- name: Build and Push Release Image
186-
uses: docker/build-push-action@v7.0.0
186+
uses: docker/build-push-action@v7.1.0
187187
with:
188188
context: .
189189
platforms: linux/amd64,linux/arm64

.github/workflows/pr-title-check.yml

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

1515
steps:
1616
- name: Validate PR title
17-
uses: actions/github-script@v8
17+
uses: actions/github-script@v9
1818
with:
1919
script: |
2020
const title = (context.payload.pull_request.title || "").trim();

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
echo "tag=$tag" >> "$GITHUB_OUTPUT"
5252
5353
- name: Setup pnpm
54-
uses: pnpm/action-setup@v5.0.0
54+
uses: pnpm/action-setup@v6.0.0
5555
with:
5656
version: 10.28.2
5757

0 commit comments

Comments
 (0)