Skip to content

Commit 6bf9dc2

Browse files
Update actions/checkout action to v4.1.0 (#3588)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0432ee6 commit 6bf9dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/trigger-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: webfactory/ssh-agent@d4b9b8ff72958532804b70bbe600ad43b36d5f2e # v0.8.0
2020
with:
2121
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
22-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
22+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
2323
with:
2424
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
2525
- name: Set up JDK

0 commit comments

Comments
 (0)