Skip to content

Commit

Permalink
Merge pull request #66 from archlinux/update-checkout-action
Browse files Browse the repository at this point in the history
.github: update deprecated checkout action
  • Loading branch information
jelly authored Aug 8, 2023
2 parents a073071 + 9faf736 commit 5ffbe6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- name: Install dependencies
run: pacman -Syu --noconfirm make flake8 shellcheck
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run tests
run: |
make PREFIX=/usr DESTDIR="$(mktemp -d)" install
Expand Down
1 change: 1 addition & 0 deletions package/cleanup-list
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import requests

PKGS = dict[str, dict[str, str | set[str]]]


def parse_desc(iofile: io.TextIOWrapper) -> dict[str, list[str]]:
store = {}
blockname = None
Expand Down

0 comments on commit 5ffbe6f

Please sign in to comment.