Skip to content

Commit 3ec16e9

Browse files
committed
chore(ci): bump actions/checkout v4
1 parent 29e7330 commit 3ec16e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
env:
2121
PERL_MM_USE_DEFAULT: 1
2222

23-
- name: Add github workspace as safe directory
24-
run: git config --global --add safe.directory $GITHUB_WORKSPACE
2523
- name: Checkout repository
26-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2725

2826
- name: Build
2927
run: |

0 commit comments

Comments
 (0)