Skip to content

Commit

Permalink
Merge pull request #451 from IATI/dependabot/github_actions/version-2…
Browse files Browse the repository at this point in the history
….01/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
akmiller01 authored Aug 22, 2022
2 parents f3525f5 + cad80a7 commit b5870fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install xmllint
run: sudo apt-get install libxml2-utils

- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: xmllint the schema
run: xmllint --schema http://www.w3.org/2001/XMLSchema.xsd --noout *.xsd
Expand Down

0 comments on commit b5870fd

Please sign in to comment.