Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.3 (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 10, 2023
1 parent e1f719b commit 797ebe7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -40,7 +40,7 @@ jobs:
scala: [ "2.12.18", "2.13.10", "3.2.2" ]
steps:
- name: Checkout current branch
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -63,7 +63,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -80,7 +80,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -106,7 +106,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: 0
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Checkout current branch
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
fetch-depth: '0'
- name: Setup Java
Expand Down

0 comments on commit 797ebe7

Please sign in to comment.