Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
akmiller01 authored Aug 22, 2022
2 parents 17f4786 + b9229ab commit 28a581a
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 28a581a

Please sign in to comment.