aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/backport.yml
diff options
context:
space:
mode:
authorRobert Hensing <roberth@users.noreply.github.com>2023-09-05 20:36:50 +0200
committerGitHub <noreply@github.com>2023-09-05 20:36:50 +0200
commitbf020f6ed0a8609670eca216e2f7693f47db4b8f (patch)
tree88c7aa423a45ded7f41a7ebae34a05b2cfb22c52 /.github/workflows/backport.yml
parentf878b422b0b245d62593a909173b10b2b0588eaf (diff)
parent73f6407eeaf0018519be5d4f9dcd87537450d277 (diff)
Merge pull request #8924 from NixOS/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
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 62bef6322..12c60c649 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -14,7 +14,7 @@ jobs:
if: github.repository_owner == 'NixOS' && 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 }}
# required to find all branches