Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.2 (#79)
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 Apr 24, 2023
1 parent f407ec7 commit ac7e6b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.2
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -36,7 +36,7 @@ jobs:
scala: ["2.12.17", "2.13.10", "3.2.2"]
steps:
- name: Checkout current branch
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.2
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.5.2
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -70,7 +70,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.5.2
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.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.0.2
uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Setup Java
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.0.2
uses: actions/checkout@v3.5.2
with:
fetch-depth: 0
- name: Setup Java
Expand Down

0 comments on commit ac7e6b4

Please sign in to comment.