Skip to content

Commit

Permalink
Merge pull request #1368 from bgilbert/deprecations
Browse files Browse the repository at this point in the history
workflows: update actions to current major versions
  • Loading branch information
bgilbert committed Jan 3, 2023
2 parents fd62a94 + a1eccbb commit 222f014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Verify meeting-people.txt is sorted
run: awk '!/^$/ {if (name) print} /^exit 0$/ { name = 1 }' meeting-people.txt | sort -c

0 comments on commit 222f014

Please sign in to comment.