Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v3.6.0 (#309)
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 Aug 24, 2023
1 parent 0ad2161 commit 6954a7f
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/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -40,7 +40,7 @@ jobs:
scala: [ "2.12.18", "2.13.11", "3.3.0" ]
steps:
- name: Checkout current branch
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: 0
- name: Setup Java
Expand All @@ -63,7 +63,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- 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/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- 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/checkout@v3.5.3
uses: actions/checkout@v3.6.0
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/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
fetch-depth: '0'
- name: Setup Java
Expand Down

0 comments on commit 6954a7f

Please sign in to comment.