Skip to content

Commit a536e12

Browse files
dependabot[bot]timandy
authored andcommitted
Bump actions/checkout from v2.3.3 to v2.3.4
Bumps [actions/checkout](https://github.com/actions/checkout) from v2.3.3 to v2.3.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.3...5a4ac90) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5212a12 commit a536e12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout scm
19-
uses: actions/checkout@v2.3.3
19+
uses: actions/checkout@v2.3.4
2020
- name: Set up JDK 8
2121
uses: actions/setup-java@v1
2222
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout scm
40-
uses: actions/checkout@v2.3.3
40+
uses: actions/checkout@v2.3.4
4141
- name: Set up JDK 11
4242
uses: actions/setup-java@v1
4343
with:

0 commit comments

Comments
 (0)