Skip to content

Commit

Permalink
(chore) ronn.yml: bump actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
kbdharun committed Jun 24, 2023
1 parent 4f366c7 commit 17365f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ronn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install ronn
run: sudo apt-get update && sudo apt-get install -y ronn
- name: Run ronn
Expand Down Expand Up @@ -43,9 +43,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Download generated files
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: man-pages
path: doc/
Expand Down

0 comments on commit 17365f5

Please sign in to comment.