Skip to content

Commit

Permalink
Merge pull request #3716 from javaparser/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.1.0

chore(deps): bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
jlerbsc committed Oct 25, 2022
2 parents 66ea3a7 + ace9391 commit 987ab2a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master
uses: actions/checkout@v3.1.0

- name: Create Release
id: create_release
Expand Down
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@v3
uses: actions/checkout@v3.1.0
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@v3.0.2
uses: actions/checkout@v3.1.0

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

0 comments on commit 987ab2a

Please sign in to comment.