Skip to content

Commit

Permalink
Merge pull request #6 from jdavies-st/patch-1
Browse files Browse the repository at this point in the history
Update actions/checkout to v4
  • Loading branch information
ivastar authored Feb 12, 2024
2 parents b51f35d + c80f2dd commit 7fc5c2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 7fc5c2d

Please sign in to comment.