Skip to content

Commit 7b5183e

Browse files
authored
Merge pull request #689 from dbt-msft/dependabot/github_actions/github-actions-updates-5bd7f00c1f
chore(deps): bump the github-actions-updates group across 1 directory with 2 updates
2 parents ea8265e + e584666 commit 7b5183e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/publish-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ jobs:
2323
uses: actions/checkout@v6
2424

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

3232
- name: Build and push Docker image
33-
uses: docker/build-push-action@v4.0.0
33+
uses: docker/build-push-action@v7.2.0
3434
with:
3535
context: devops
3636
build-args: PYTHON_VERSION=${{ matrix.python_version }}
@@ -53,14 +53,14 @@ jobs:
5353
uses: actions/checkout@v6
5454

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

6262
- name: Build and push Docker image
63-
uses: docker/build-push-action@v4.0.0
63+
uses: docker/build-push-action@v7.2.0
6464
with:
6565
context: devops
6666
build-args: MSSQL_VERSION=${{ matrix.mssql_version }}

0 commit comments

Comments
 (0)