Skip to content

Commit 86050b6

Browse files
build: Bump tibdex/github-app-token from 1.7 to 1.8.0 (#89)
Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1.7 to 1.8.0. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](tibdex/github-app-token@v1.7...v1.8.0) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Davydenko <iam@igordavydenko.com>
1 parent 4271154 commit 86050b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release_tag.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99
types: ["closed"]
1010

1111
env:
12-
BADABUMP_VERSION: "21.3.3"
13-
PYTHON_VERSION: "3.10.4"
12+
BADABUMP_VERSION: "22.1.0"
13+
PYTHON_VERSION: "3.11.1"
1414
PYTHONUNBUFFERED: "1"
1515

1616
jobs:
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- id: "token"
25-
uses: "tibdex/github-app-token@v1.7"
25+
uses: "tibdex/github-app-token@v1.8.0"
2626
with:
2727
app_id: "${{ secrets.BADABUMP_APP_ID }}"
2828
private_key: "${{ secrets.BADABUMP_APP_PRIVATE_KEY }}"

0 commit comments

Comments
 (0)