Skip to content

Commit c9034e4

Browse files
chore(deps): bump the github-actions-updates group across 1 directory with 3 updates (#756)
Bumps the github-actions-updates group with 3 updates in the / directory: [docker/login-action](https://github.com/docker/login-action), [docker/build-push-action](https://github.com/docker/build-push-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `docker/login-action` from 4.2.0 to 4.5.1 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@v4.2.0...v4.5.1) Updates `docker/build-push-action` from 7.2.0 to 7.3.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v7.2.0...v7.3.0) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-updates - dependency-name: docker/build-push-action dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 029a89e commit c9034e4

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ jobs:
2424
uses: actions/checkout@v7
2525

2626
- name: Log in to the Container registry
27-
uses: docker/login-action@v4.2.0
27+
uses: docker/login-action@v4.5.1
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
3131
password: ${{ secrets.GITHUB_TOKEN }}
3232

3333
- name: Build and push Docker image
34-
uses: docker/build-push-action@v7.2.0
34+
uses: docker/build-push-action@v7.3.0
3535
with:
3636
context: devops
3737
build-args: PYTHON_VERSION=${{ matrix.python_version }}
@@ -54,14 +54,14 @@ jobs:
5454
uses: actions/checkout@v7
5555

5656
- name: Log in to the Container registry
57-
uses: docker/login-action@v4.2.0
57+
uses: docker/login-action@v4.5.1
5858
with:
5959
registry: ghcr.io
6060
username: ${{ github.actor }}
6161
password: ${{ secrets.GITHUB_TOKEN }}
6262

6363
- name: Build and push Docker image
64-
uses: docker/build-push-action@v7.2.0
64+
uses: docker/build-push-action@v7.3.0
6565
with:
6666
context: devops
6767
build-args: MSSQL_VERSION=${{ matrix.mssql_version }}

.github/workflows/release-version.yml

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

16-
- uses: actions/setup-python@v6
16+
- uses: actions/setup-python@v7
1717
with:
1818
python-version: '3.11'
1919

0 commit comments

Comments
 (0)