Skip to content

Commit 72fbb41

Browse files
dependabot[bot]henning
authored andcommitted
Deps: Bump the actions group across 1 directory with 2 updates
Bumps the actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [docker/build-push-action](https://github.com/docker/build-push-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `docker/build-push-action` from 5 to 6 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b2a7455 commit 72fbb41

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/container-doxgen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
- name: Login to Docker Registry
2929
if: github.event_name != 'pull_request'
3030
uses: docker/login-action@v3
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Docker Buildx
5252
uses: docker/setup-buildx-action@v3
5353
- name: Build and push Container image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: doxygen
5757
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/container-gpg-data.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Login to Docker Registry
2828
uses: docker/login-action@v3
2929
if: github.event_name != 'pull_request'
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Docker Buildx
5252
uses: docker/setup-buildx-action@v3
5353
- name: Build and push Container image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: gpg-data
5757
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/container-mqtt-broker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Login to Docker Registry
2828
if: github.event_name != 'pull_request'
2929
uses: docker/login-action@v3
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Docker Buildx
5252
uses: docker/setup-buildx-action@v3
5353
- name: Build and push Container image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v6
5555
with:
5656
context: mqtt-broker
5757
push: ${{ github.event_name != 'pull_request' }}

.github/workflows/container-redis-server.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
- name: Login to Docker Registry
3535
uses: docker/login-action@v3
3636
if: github.event_name != 'pull_request'
@@ -58,7 +58,7 @@ jobs:
5858
- name: Set up Docker Buildx
5959
uses: docker/setup-buildx-action@v3
6060
- name: Build and push Container image
61-
uses: docker/build-push-action@v5
61+
uses: docker/build-push-action@v6
6262
with:
6363
context: redis-server
6464
push: ${{ github.event_name != 'pull_request' }}
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- name: Checkout repository
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v5
7777
- name: Container build and push
7878
id: build-and-push
7979
uses: greenbone/actions/container-build-push-generic@v3

0 commit comments

Comments
 (0)