Skip to content

Commit 6672779

Browse files
chore(deps): update actions/checkout action to v4
1 parent 728f077 commit 6672779

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven_tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
steps:
4040
## Checkout the current version of the code from the repo.
4141
- name: Checkout latest code
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343
with:
4444
fetch-depth: "0"
4545

.github/workflows/prepare_release_changelog.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/checkout@v3.6.0
18+
uses: actions/checkout@v4.1.6
1919

2020
# Setup Java 11 environment for the next steps
2121
- name: Setup Java

0 commit comments

Comments
 (0)