Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.7 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 30, 2024
1 parent 63ac709 commit 6407afa
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
platform: ['JVM', 'JS', 'Native']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -68,7 +68,7 @@ jobs:
timeout-minutes: 60
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Setup Java
uses: actions/[email protected]
with:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
platform: ['JVM']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -163,7 +163,7 @@ jobs:
platform: ['JS', 'Native']
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Setup Java
uses: actions/[email protected]
with:
Expand All @@ -186,7 +186,7 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: '0'
- name: Setup Scala
Expand Down Expand Up @@ -255,7 +255,7 @@ jobs:
if: github.event_name != 'pull_request'
steps:
- name: Checkout current branch
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: 0
- name: Setup Java
Expand Down Expand Up @@ -287,7 +287,7 @@ jobs:
if: ${{ ((github.event_name == 'release') && (github.event.action == 'published')) || (github.event_name == 'workflow_dispatch') }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: '0'
- name: Setup Scala
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
if: ${{ (github.event_name == 'release') && (github.event.action == 'published') }}
steps:
- name: Git Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
fetch-depth: '0'
- name: notify the main repo about the new release of docs package
Expand Down

0 comments on commit 6407afa

Please sign in to comment.