summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2021-05-25 09:41:07 +0200
committerGitHub <noreply@github.com>2021-05-25 09:41:07 +0200
commit68e65592e32117e7c15e87ec60d4147f37d7b0a6 (patch)
treed4b2c8d8413acf99256fbd60ca3c651ce17ad4f7 /.github
parentfb3da87aa39f6786e808521a821e0fd24aae2743 (diff)
downloadnixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.tar
nixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.tar.gz
nixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.tar.bz2
nixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.tar.lz
nixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.tar.xz
nixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.tar.zst
nixpkgs-68e65592e32117e7c15e87ec60d4147f37d7b0a6.zip
Update .github/workflows/backport.yml
Co-authored-by: zowoq <59103226+zowoq@users.noreply.github.com>
Diffstat (limited to '.github')
-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 591867c8399..9c1ddfadfca 100644
--- a/.github/workflows/backport.yml
+++ b/.github/workflows/backport.yml
@@ -8,7 +8,7 @@ jobs:
     if: github.repository_owner == 'NixOS' && github.event.pull_request.merged == true
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v2.3.4
+      - uses: actions/checkout@v2
         with:
           # required to find all branches
           fetch-depth: 0