Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpsoares91 committed Jan 11, 2024
1 parent b89a7e5 commit bbbbd63
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run container (from latest release)
uses: docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.17
uses: docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.18
with:
config_path: './test/config.json'
env:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Run GitHub Action (from latest release)
uses: cmpsoares/[email protected].17
uses: cmpsoares/[email protected].18
with:
config_path: './test/config.json'
env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Notify Teams
uses: cmpsoares/[email protected].17
uses: cmpsoares/[email protected].18
with:
config_path: 'notifications_config.json'
env:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ inputs:
default: 'notifications_config.json'
runs:
using: 'docker'
image: 'docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.17'
image: 'docker://ghcr.io/cmpsoares/gh-team-mention-notifier:v1.0.18'

0 comments on commit bbbbd63

Please sign in to comment.