Skip to content

Commit

Permalink
chore(deps): update actions/checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Mar 18, 2022
1 parent 7ff697d commit 16fc172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/maven_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
## Checkout the current version of the code from the repo.
- name: Checkout latest code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: "0"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prepare_release_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3.0.0

# Setup Java 11 environment for the next steps
- name: Setup Java
Expand Down

0 comments on commit 16fc172

Please sign in to comment.