1
0
Fork 0
mirror of https://github.com/DBD-SQLite/DBD-SQLite synced 2025-06-06 21:58:01 -04:00

Merge pull request #116 from DBD-SQLite/use_checkout_v4

Use checkout v4
This commit is contained in:
Kenichi Ishigaki 2024-09-17 22:48:10 +09:00 committed by GitHub
commit 41957ce749
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,10 +15,10 @@ jobs:
strategy:
matrix:
perl-version:
- '5.8'
- '5.10'
- '5.18'
- '5.20'
- '5.8-buster'
- '5.10-buster'
- '5.18-buster'
- '5.20-buster'
- '5.26'
- 'latest'
@ -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