Skip to content

Commit

Permalink
chore(deps): roll back actions/checkout action to v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 17, 2023
1 parent d0c9907 commit 7c0e338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.0.0
with:
fetch-depth: 0
- name: Get changed files in the docs folders and the test folders of all modules
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Verify source code changes on Java ${{ matrix.Java }}
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v4.0.0
- name: Get changed source files or maven poms of all modules
id: changed-files-specific
uses: tj-actions/changed-files@v39
Expand Down

0 comments on commit 7c0e338

Please sign in to comment.