Skip to content

Commit

Permalink
chore(release): 1.7.3
Browse files Browse the repository at this point in the history
## [1.7.3](v1.7.2...v1.7.3) (2021-09-28)

### Bug Fixes

* update dependencies, including repolinter docker base ([3de85ee](3de85ee))
  • Loading branch information
semantic-release-bot committed Sep 28, 2021
1 parent 3de85ee commit 4d478dc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.7.3](https://github.com/todogroup/repolinter-action/compare/v1.7.2...v1.7.3) (2021-09-28)


### Bug Fixes

* update dependencies, including repolinter docker base ([3de85ee](https://github.com/todogroup/repolinter-action/commit/3de85eeec70a3b8366dd31897d97da25e2f31ede))

## [1.7.2](https://github.com/todogroup/repolinter-action/compare/v1.7.1...v1.7.2) (2021-07-22)


Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ outputs:
description: 'The JSON output from the repolinter run, from repolinter.jsonFormatter.'
runs:
using: 'docker'
image: docker://ghcr.io/todogroup/repolinter-action:v1.7.2
image: docker://ghcr.io/todogroup/repolinter-action:v1.7.3
env:
INPUT_DIRECTORY: ${{ inputs.directory }}
INPUT_TOKEN: ${{ inputs.token }}
Expand Down
4 changes: 2 additions & 2 deletions dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "repolinter-action",
"version": "1.7.2",
"version": "1.7.3",
"private": true,
"description": "GitHub action to automatically enforce open source policies using Repolinter",
"main": "src/entry.ts",
Expand Down

0 comments on commit 4d478dc

Please sign in to comment.