mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Merge pull request #116 from DBD-SQLite/use_checkout_v4
Use checkout v4
This commit is contained in:
commit
41957ce749
1 changed files with 5 additions and 5 deletions
10
.github/workflows/build.yml
vendored
10
.github/workflows/build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue