Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 5, 2023
1 parent 80e8ce8 commit a92551e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# As always, start with a checkout.
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: "code"

Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
# Check out gh-pages, update, and push
- name: Checkout gh-pages
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: "gh-pages"
fetch-depth: 0
Expand Down

0 comments on commit a92551e

Please sign in to comment.