File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.7.2] ( https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.1...v1.7.2 ) (2023-10-06)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * pin to bullseye docker image ([ #69 ] ( https://github.com/andrewthetechie/gha-repo-manager/issues/69 ) ) ([ 863bf6b] ( https://github.com/andrewthetechie/gha-repo-manager/commit/863bf6b257c6b32cb1284f19f604102d45abc499 ) )
9
+
3
10
## [ 1.7.1] ( https://github.com/andrewthetechie/gha-repo-manager/compare/v1.7.0...v1.7.1 ) (2023-05-29)
4
11
5
12
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ outputs:
24
24
description : " Diff of this action, dumped to a json string"
25
25
runs :
26
26
using : " docker"
27
- image : " docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.1 " # x-release-please-version
27
+ image : " docker://ghcr.io/andrewthetechie/gha-repo-manager:v1.7.2 " # x-release-please-version
28
28
branding :
29
29
icon : " settings"
30
30
color : " blue"
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " gha-repo-manager"
3
- version = " 1.7.1 "
3
+ version = " 1.7.2 "
4
4
description = " Manage your Github repo(s) settings and secrets using Github Actions and a yaml file"
5
5
authors = [
" Andrew Herrington <[email protected] >" ]
6
6
license = " MIT"
You can’t perform that action at this time.
0 commit comments