Skip to content

Commit d992d9f

Browse files
dependabot[bot]phavekes
authored andcommitted
Bump the github-actions group with 5 updates
Bumps the github-actions group with 5 updates: | Package | From | To | | --- | --- | --- | | [actions/setup-java](https://github.com/actions/setup-java) | `2` | `4` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `5` | `6` | | [nosborn/github-action-markdown-cli](https://github.com/nosborn/github-action-markdown-cli) | `2.0.0` | `3.4.0` | | [ibiqlik/action-yamllint](https://github.com/ibiqlik/action-yamllint) | `2` | `3` | | [dorny/paths-filter](https://github.com/dorny/paths-filter) | `2` | `3` | Updates `actions/setup-java` from 2 to 4 - [Release notes](https://github.com/actions/setup-java/releases) - [Commits](actions/setup-java@v2...v4) 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) Updates `nosborn/github-action-markdown-cli` from 2.0.0 to 3.4.0 - [Release notes](https://github.com/nosborn/github-action-markdown-cli/releases) - [Commits](nosborn/github-action-markdown-cli@v2.0.0...v3.4.0) Updates `ibiqlik/action-yamllint` from 2 to 3 - [Release notes](https://github.com/ibiqlik/action-yamllint/releases) - [Commits](ibiqlik/action-yamllint@v2...v3) Updates `dorny/paths-filter` from 2 to 3 - [Release notes](https://github.com/dorny/paths-filter/releases) - [Changelog](https://github.com/dorny/paths-filter/blob/master/CHANGELOG.md) - [Commits](dorny/paths-filter@v2...v3) --- updated-dependencies: - dependency-name: actions/setup-java dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: nosborn/github-action-markdown-cli dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ibiqlik/action-yamllint dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: dorny/paths-filter dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4b7b75 commit d992d9f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
type=sha
169169
170170
- name: Build and push the ${{ matrix.app }} image
171-
uses: docker/build-push-action@v5
171+
uses: docker/build-push-action@v6
172172
with:
173173
context: ${{ matrix.app }}
174174
file: ${{ matrix.app }}/docker/Dockerfile

.github/workflows/doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
with:
2424
ref: ${{ github.head_ref }}
2525
- name: lint markdown files
26-
uses: nosborn/github-action-markdown-cli@v2.0.0
26+
uses: nosborn/github-action-markdown-cli@v3.4.0
2727
with:
2828
files: .
2929

3030
- name: lint yaml files
31-
uses: ibiqlik/action-yamllint@v2
31+
uses: ibiqlik/action-yamllint@v3
3232

3333
# Check for changes in the server component of the Archimate model
34-
- uses: dorny/paths-filter@v2
34+
- uses: dorny/paths-filter@v3
3535
id: changes
3636
with:
3737
filters: |
@@ -42,7 +42,7 @@ jobs:
4242
4343
# Generate the OpenApi spec json, only if the server component has changes
4444
- name: Set up JDK 21
45-
uses: actions/setup-java@v2
45+
uses: actions/setup-java@v4
4646
with:
4747
java-version: '21'
4848
distribution: 'adopt'

0 commit comments

Comments
 (0)