Skip to content

Commit c0dea65

Browse files
authored
Merge pull request #6 from cicirello/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 2b7accb + f7aeeae commit c0dea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
artifact_name: mone-article-experiments
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Get the release version
1919
id: get_version

0 commit comments

Comments
 (0)