Skip to content

Commit

Permalink
chore(ci): bump actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kjdev committed Mar 31, 2024
1 parent 29e7330 commit 3ec16e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,8 @@ jobs:
env:
PERL_MM_USE_DEFAULT: 1

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

- name: Build
run: |
Expand Down

0 comments on commit 3ec16e9

Please sign in to comment.