Skip to content

Commit

Permalink
Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhalter committed Dec 27, 2024
1 parent 9c2f9c6 commit a063955
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit a063955

Please sign in to comment.