Skip to content

Commit

Permalink
Update actions/checkout action to v3.6.0 (#53)
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 c7ba7e2 commit 1c3835c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,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: Set up Java
Expand All @@ -35,7 +35,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: Set up Java
Expand All @@ -54,7 +54,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/setup-java@v3.12.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
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 1c3835c

Please sign in to comment.