Skip to content

Commit

Permalink
Merge pull request #496 from cucumber/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
mpkorstanje authored Sep 7, 2023
2 parents a9f72bc + 65aecda commit c278478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: code
- name: Checkout pages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: gh-pages
ref: gh-pages
Expand Down

0 comments on commit c278478

Please sign in to comment.