1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-07 06:08:38 -04:00

Use checkout@v4

This commit is contained in:
Kenichi Ishigaki 2024-09-17 22:37:20 +09:00
parent 2ab93a4e41
commit fb80b73a8a

View file

@ -26,7 +26,7 @@ jobs:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: Install dependencies