Skip to content

Commit e19e874

Browse files
build(deps): bump actions/checkout from 2 to 2.3.4 (#231)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4f53c46 commit e19e874

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
env:
2525
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v2.3.4
2828
- name: Set up JDK
2929
uses: actions/setup-java@v2
3030
with:

.github/workflows/pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
JAVA_OPTS: "-XX:+TieredCompilation -XX:TieredStopAtLevel=1"
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@v2.3.4
2525
- name: Set up JDK
2626
uses: actions/setup-java@v2
2727
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
if: github.ref == 'refs/heads/master'
1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v2.3.4
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v2
2323
with:

0 commit comments

Comments
 (0)