mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
perl-version:
|
perl-version:
|
||||||
- '5.8'
|
- '5.8-buster'
|
||||||
- '5.10'
|
- '5.10-buster'
|
||||||
- '5.18'
|
- '5.18-buster'
|
||||||
- '5.20'
|
- '5.20-buster'
|
||||||
- '5.26'
|
- '5.26'
|
||||||
- 'latest'
|
- 'latest'
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ jobs:
|
||||||
image: perl:${{ matrix.perl-version }}
|
image: perl:${{ matrix.perl-version }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: perl -V
|
- name: perl -V
|
||||||
run: perl -V
|
run: perl -V
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|
Loading…
Add table
Reference in a new issue