forked from JabRef/jabref
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump gittools/actions from 3.0.0 to 3.0.2 (JabRef#12207)
Bumps [gittools/actions](https://github.com/gittools/actions) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/gittools/actions/releases) - [Commits](GitTools/actions@v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: gittools/actions 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
6a4492c
commit 5f4180a
Showing
3 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -69,12 +69,12 @@ jobs: | |
submodules: 'true' | ||
show-progress: 'false' | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
- name: Setup JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
|
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 |
---|---|---|
|
@@ -85,12 +85,12 @@ jobs: | |
packages: pigz | ||
version: 1.0 | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
|
||
# JDK | ||
- name: 'Set up JDK ${{ matrix.jdk }}' | ||
|
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 |
---|---|---|
|
@@ -81,12 +81,12 @@ jobs: | |
packages: pigz | ||
version: 1.0 | ||
- name: Install GitVersion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
with: | ||
versionSpec: "5.x" | ||
- name: Run GitVersion | ||
id: gitversion | ||
uses: gittools/actions/gitversion/[email protected].0 | ||
uses: gittools/actions/gitversion/[email protected].2 | ||
- name: Setup JDK | ||
uses: actions/setup-java@v4 | ||
with: | ||
|