-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#62)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
fa3d2c6
commit edc5dda
Showing
4 changed files
with
8 additions
and
8 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 |
---|---|---|
|
@@ -58,7 +58,7 @@ jobs: | |
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Validate wrapper | ||
- name: Gradle Wrapper Validation | ||
|
@@ -136,7 +136,7 @@ jobs: | |
|
||
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Setup Java environment for the next steps | ||
- name: Setup Java | ||
|
@@ -180,7 +180,7 @@ jobs: | |
|
||
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Setup Java environment for the next steps | ||
- name: Setup Java | ||
|
@@ -209,7 +209,7 @@ jobs: | |
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Setup Java environment for the next steps | ||
- name: Setup Java | ||
|
@@ -254,7 +254,7 @@ jobs: | |
|
||
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Setup Java environment for the next steps | ||
- name: Setup Java | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ jobs: | |
|
||
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
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 |
---|---|---|
|
@@ -20,7 +20,7 @@ jobs: | |
|
||
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
with: | ||
ref: ${{ github.event.release.tag_name }} | ||
|
||
|
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 |
---|---|---|
|
@@ -33,7 +33,7 @@ jobs: | |
|
||
# Check out current repository | ||
- name: Fetch Sources | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].1 | ||
|
||
# Setup Java environment for the next steps | ||
- name: Setup Java | ||
|