diff options
author | Robert Hensing <roberth@users.noreply.github.com> | 2023-09-05 20:36:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 20:36:50 +0200 |
commit | bf020f6ed0a8609670eca216e2f7693f47db4b8f (patch) | |
tree | 88c7aa423a45ded7f41a7ebae34a05b2cfb22c52 /.github/workflows/backport.yml | |
parent | f878b422b0b245d62593a909173b10b2b0588eaf (diff) | |
parent | 73f6407eeaf0018519be5d4f9dcd87537450d277 (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.yml | 2 |
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 |