Skip to content

Commit

Permalink
GH Action - Use ubuntu latest and backport@1.2.7 in the backport CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustry committed Sep 20, 2023
1 parent 439365c commit 76bc5b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:

jobs:
backport:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
name: Backport
steps:
- name: Backport Bot
id: backport
uses: m-kuhn/backport@v1.2.3
uses: m-kuhn/backport@v1.2.7
with:
github_token: ${{ secrets.BOT_HUB_TOKEN }}

0 comments on commit 76bc5b2

Please sign in to comment.