Skip to content

Commit

Permalink
Update actions/checkout to v3 in all actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Aug 1, 2023
1 parent 51f9e69 commit 98a176d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Ubuntu-latest distcheck with minimal requirements
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: sudo apt-get update
- name: Install minimal dependencies
run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/html-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: make HTML in Ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: sudo apt-get update
- name: Install minimal dependencies
run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/other-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: ubuntu-latest build other formatss
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: sudo apt-get update
- name: Install minimal dependencies
run: sudo apt-get install -y cmake ninja-build libxml2-utils xsltproc docbook-xsl
Expand Down

0 comments on commit 98a176d

Please sign in to comment.