Skip to content

Commit 402397b

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) and [actions/first-interaction](https://github.com/actions/first-interaction). Updates `docker/setup-buildx-action` from 3.8.0 to 3.11.1 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](docker/setup-buildx-action@v3.8.0...v3.11.1) Updates `actions/first-interaction` from 1.3.0 to 2.0.0 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](actions/first-interaction@v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: docker/setup-buildx-action dependency-version: 3.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/first-interaction dependency-version: 2.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eddc3c5 commit 402397b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-Deployment-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v4
2828

2929
- name: Set up Docker
30-
uses: docker/setup-buildx-action@v3.8.0
30+
uses: docker/setup-buildx-action@v3.11.1
3131

3232
- name: Run Docker Compose
3333
run: |

.github/workflows/user-first-interaction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/first-interaction@v1.3.0
15+
- uses: actions/first-interaction@v2.0.0
1616
with:
1717
repo-token: ${{ secrets.BOT_TOKEN }}
1818
pr-message: |

0 commit comments

Comments
 (0)