Skip to content

Commit 1367d39

Browse files
authored
Merge pull request #117 from insideapp-oss/dependabot/github_actions/develop/actions/checkout-3.0.2
Bump actions/checkout from 2.3.5 to 3.0.2
2 parents d9e9a86 + 08a9d55 commit 1367d39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v2.3.5
17+
- uses: actions/checkout@v3.0.2
1818
- name: Set up JDK 1.11
1919
uses: actions/[email protected]
2020
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: Build and upload release
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v2.3.5
12+
- uses: actions/checkout@v3.0.2
1313
- name: Set up JDK 1.11
1414
uses: actions/[email protected]
1515
with:

0 commit comments

Comments
 (0)