Skip to content

Commit

Permalink
Merge pull request #25 from tuProlog/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
ci(deps): update actions/checkout action to v3
  • Loading branch information
MatteoMagnini authored Nov 14, 2024
2 parents e94825d + d3386c3 commit 1f5cfaf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
javac --version
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # all history

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/quick-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
javac --version
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # all history

Expand Down

0 comments on commit 1f5cfaf

Please sign in to comment.