Skip to content

Commit

Permalink
update-nixpkgs: use upstream checkout action
Browse files Browse the repository at this point in the history
The PR has been included in the latest release.
  • Loading branch information
lopsided98 committed Mar 3, 2024
1 parent 8220f70 commit a0e632a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/update-nixpkgs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ jobs:
- branch: unstable-custom
upstream-branch: nixos-unstable
steps:
# Supports filter option
# https://github.com/actions/checkout/pull/1396
- uses: finleygn/checkout@573932dbdda76b2055415af22b663867dae9bdc3
- uses: actions/checkout@v4
with:
repository: lopsided98/nixpkgs
ref: ${{ matrix.branch }}
Expand All @@ -43,9 +41,7 @@ jobs:
permissions:
contents: write
steps:
# Supports filter option
# https://github.com/actions/checkout/pull/1396
- uses: finleygn/checkout@573932dbdda76b2055415af22b663867dae9bdc3
- uses: actions/checkout@v4
with:
filter: tree:0
fetch-depth: 0
Expand Down

0 comments on commit a0e632a

Please sign in to comment.