Browse Source

Bump checkout action

pull/1078/head
Garrit Franke 1 year ago committed by GitHub
parent
commit
09baef7511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -7,7 +7,7 @@ jobs:
name: Check if domains are sorted alphabetically
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Check domain sorting
run: |
sh scripts/check_alphabetical_sorting.sh

Loading…
Cancel
Save