Skip to content

Commit d2f3ab7

Browse files
ci(action): update actions/checkout action to v4.1.1 (#725)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0ea013d commit d2f3ab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 5
4343

4444
steps:
45-
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
45+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
4646
- run: git config --global user.name github-actions
4747
- run: git config --global user.email github-actions@github.com
4848
- name: Use Node.js from .nvmrc

0 commit comments

Comments
 (0)