Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.1 (#217)
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 7, 2024
1 parent 78875e2 commit 9330bd4
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@v4.2.0
uses: actions/checkout@v4.2.1
- name: Setup Java
uses: actions/setup-java@v4.4.0
with:
Expand All @@ -36,7 +36,7 @@ jobs:
scala: ["2.12.20", "2.13.15", "3.5.0"]
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Setup Java
uses: actions/setup-java@v4.4.0
with:
Expand All @@ -53,7 +53,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Setup Java
uses: actions/setup-java@v4.4.0
with:
Expand All @@ -70,7 +70,7 @@ jobs:
timeout-minutes: 10
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
- name: Setup Java
uses: actions/setup-java@v4.4.0
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@v4.2.0
uses: actions/checkout@v4.2.1
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-24.04
steps:
- name: Checkout current branch
uses: actions/checkout@v4.2.0
uses: actions/checkout@v4.2.1
with:
fetch-depth: 0
- name: Setup Java
Expand Down

0 comments on commit 9330bd4

Please sign in to comment.