Skip to content

Commit

Permalink
Use base repository for GH cleanup action (#70)
Browse files Browse the repository at this point in the history
* Switch to base repo for "action-cleanup-package" now that org support is merged

* Bump version: 1.1.2 → 1.1.3
  • Loading branch information
eugene-davis authored Aug 17, 2022
1 parent 12e6bfd commit 439c365
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.2
current_version = 1.1.3
commit = True
tag = False
message = Bump version: {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-cleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "::set-output name=BUILD_PR::false"
fi
- uses: eugene-davis/action-cleanup-package@v1.1.0
- uses: chipkent/action-cleanup-package@v1.0.3
with:
package-name: ${{ github.event.repository.name }}
tag: pr-${{ github.event.pull_request.number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

env:
VERSION: 1.1.2
VERSION: 1.1.3

jobs:
release:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "vault-assessment-prometheus-exporter"
version = "1.1.2"
version = "1.1.3"
description = "Prometheus exporter to monitor custom metadata for KV2 secrets for (self-imposed) expiration."
authors = ["Eugene Davis <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 439c365

Please sign in to comment.