Skip to content

Commit 2a24d84

Browse files
Merge pull request #84 from package-url/dependabot/github_actions/actions/checkout-3.1.0
Bump actions/checkout from 2 to 3.1.0
2 parents 5e77f1e + e81d237 commit 2a24d84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v3.1.0
1212
- name: Set up JDK 1.8
1313
uses: actions/setup-java@v2
1414
with:

0 commit comments

Comments
 (0)