Skip to content

Commit

Permalink
Bump actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
abidingabi committed Jul 17, 2023
1 parent aca8979 commit a45f3b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
owoify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run
run: ./owoify.sh
bottomify:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run
run: ./bottomify.sh

0 comments on commit a45f3b8

Please sign in to comment.