aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/backport.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-09-04 15:02:01 +0000
committerGitHub <noreply@github.com>2023-09-04 15:02:01 +0000
commit7dd2530027fb17997283e1ec812f036328057d39 (patch)
tree8a74b2f4d6bf462675373db172aa86613f3e4292 /.github/workflows/backport.yml
parentad6f15f293470426f931123fdbd4faecea4b8d50 (diff)
downloadPrismLauncher-7dd2530027fb17997283e1ec812f036328057d39.tar.gz
PrismLauncher-7dd2530027fb17997283e1ec812f036328057d39.tar.bz2
PrismLauncher-7dd2530027fb17997283e1ec812f036328057d39.zip
chore(deps): update actions/checkout action to v4
Diffstat (limited to '.github/workflows/backport.yml')
-rw-r--r--.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml
index 08cfb56d..c705ff7b 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -20,7 +20,7 @@ jobs:
if: github.repository_owner == 'PrismLauncher' && github.event.pull_request.merged == true && (github.event_name != 'labeled' || startsWith('backport', github.event.label.name))
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Create backport PRs