-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump actions/checkout from 4.1.7 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. - [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.1) --- 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
1 parent
e1d4cd5
commit 4044fbe
Showing
1 changed file
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
timeout-minutes: 60 | ||
steps: | ||
- name: Checkout current branch | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
|
@@ -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.1 | ||
- name: Setup Java | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -68,7 +68,7 @@ jobs: | |
timeout-minutes: 60 | ||
steps: | ||
- name: Checkout current branch | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: Setup Java | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -102,7 +102,7 @@ jobs: | |
platform: ['JVM'] | ||
steps: | ||
- name: Checkout current branch | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
|
@@ -137,7 +137,7 @@ jobs: | |
platform: ['JVM'] | ||
steps: | ||
- name: Checkout current branch | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: Setup Java | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -163,7 +163,7 @@ jobs: | |
platform: ['JS', 'Native'] | ||
steps: | ||
- name: Checkout current branch | ||
uses: actions/checkout@v4.1.7 | ||
uses: actions/checkout@v4.2.1 | ||
- name: Setup Java | ||
uses: actions/[email protected] | ||
with: | ||
|
@@ -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.1 | ||
with: | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
|
@@ -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.1 | ||
with: | ||
fetch-depth: 0 | ||
- name: Setup Java | ||
|
@@ -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.1 | ||
with: | ||
fetch-depth: '0' | ||
- name: Setup Scala | ||
|
@@ -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.1 | ||
with: | ||
fetch-depth: '0' | ||
- name: notify the main repo about the new release of docs package | ||
|