Skip to content

Commit 07ac47a

Browse files
build(deps): bump actions/checkout from 2.3.4 to 2.3.5 (#273)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.4...v2.3.5) --- 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>
1 parent b30712f commit 07ac47a

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/[email protected].4
27+
- uses: actions/[email protected].5
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/[email protected].4
24+
- uses: actions/[email protected].5
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/[email protected].4
20+
- uses: actions/[email protected].5
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v2
2323
with:

0 commit comments

Comments
 (0)