Skip to content
This repository was archived by the owner on Jul 31, 2022. It is now read-only.

Commit 0d101ad

Browse files
Bump actions/checkout from 2 to 2.3.4 (#135)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v2.3.4) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 39550e7 commit 0d101ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/java_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
steps:
1616
- name: 📦 Prepate Git Repo
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v2.3.4
1818

1919
- name: ☕ Install OpenJDK
2020
uses: AdoptOpenJDK/install-jdk@v1

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
environment: Maven Central
1010
steps:
1111
- name: 📦 Prepate Git Repo
12-
uses: actions/checkout@v2
12+
uses: actions/checkout@v2.3.4
1313

1414
- name: 🔐 Import GPG key
1515
uses: crazy-max/ghaction-import-gpg@v3

0 commit comments

Comments
 (0)