Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2 (#124)
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 Oct 23, 2024
1 parent 6a1e809 commit 53b818f
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@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Set up Java
Expand All @@ -35,7 +35,7 @@ jobs:
scala: [ "2.12.20", "2.13.15", "3.5.0" ]
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
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@v4.2.1
uses: actions/checkout@v4.2.2
- name: Setup Java
uses: actions/setup-java@v4.4.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-24.04
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
- name: Setup Java
Expand Down

0 comments on commit 53b818f

Please sign in to comment.