diff options
author | Philipp David <pd@3b.pm> | 2022-03-23 13:33:18 +0100 |
---|---|---|
committer | Philipp David <pd@3b.pm> | 2022-03-23 16:18:25 +0100 |
commit | 471ea680a5aea20385667635d5a3695841bfa194 (patch) | |
tree | 770719bae356b26bd9e3113e39442f84d769f756 /.github/workflows/backport.yml | |
parent | 51de84407f486adc8c13c4d9c2b72a75bd8adf69 (diff) | |
download | PrismLauncher-471ea680a5aea20385667635d5a3695841bfa194.tar.gz PrismLauncher-471ea680a5aea20385667635d5a3695841bfa194.tar.bz2 PrismLauncher-471ea680a5aea20385667635d5a3695841bfa194.zip |
Update used actions and cleanup release flow
Diffstat (limited to '.github/workflows/backport.yml')
-rw-r--r-- | .github/workflows/backport.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index e1a7cffa..fa287a2c 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -9,7 +9,9 @@ jobs: runs-on: ubuntu-latest steps: - name: checkout - uses: actions/checkout@v1 + uses: actions/checkout@v3 + with: + fetch-depth: 0 - name: Backport PR by cherry-pick-ing uses: Nathanmalnoury/gh-backport-action@master with: |