Skip to content

Commit

Permalink
fix(deps): update dependencies
Browse files Browse the repository at this point in the history
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 4 to 5.0.2.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](amannn/action-semantic-pull-request@v4...v5.0.2)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

Bumps [idealo/spring-endpoint-exporter](https://github.com/idealo/spring-endpoint-exporter) from 0.2.13 to 0.2.14.
- [Release notes](https://github.com/idealo/spring-endpoint-exporter/releases)
- [Commits](idealo/spring-endpoint-exporter@v0.2.13...v0.2.14)
  • Loading branch information
dependabot[bot] authored and DarkAtra committed Oct 28, 2022
1 parent bbabc82 commit 5566876
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v4
- uses: amannn/action-semantic-pull-request@v5.0.2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/idealo/spring-endpoint-exporter:0.2.13
FROM ghcr.io/idealo/spring-endpoint-exporter:0.2.14

# From the docs: Ensure your Dockerfile does not set the USER instruction, otherwise you will not be able to access GITHUB_WORKSPACE.
# See for details: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#docker-container-filesystem
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ workflows.

```yaml
- name: Export Spring Endpoints
uses: idealo/[email protected].6
uses: idealo/[email protected].11
with:
jar-path: ./target/app.jar
output-path: ./out.json
Expand Down

0 comments on commit 5566876

Please sign in to comment.