about summary refs log tree commit diff
path: root/nixpkgs/.github/workflows/backport.yml
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/.github/workflows/backport.yml')
-rw-r--r--nixpkgs/.github/workflows/backport.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/.github/workflows/backport.yml b/nixpkgs/.github/workflows/backport.yml
index 0e3f315bb0de..bcb164a04eef 100644
--- a/nixpkgs/.github/workflows/backport.yml
+++ b/nixpkgs/.github/workflows/backport.yml
@@ -8,7 +8,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@v2
+      - uses: actions/checkout@v3
         with:
           # required to find all branches
           fetch-depth: 0