Skip to content

Commit

Permalink
actions/checkout v4
Browse files Browse the repository at this point in the history
  • Loading branch information
skaji committed Jan 4, 2024
1 parent 1d59ebd commit 46c9d32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
container:
image: perl:${{ matrix.perl-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Install deb packages
run: apt-get -qq update && apt-get -qq install -y unzip libdb-dev
- name: perl -V
Expand All @@ -47,7 +47,7 @@ jobs:
prove: /usr/local/bin/prove
cpm-option: ''
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: perl -V
run: ${{ matrix.perl }} -V
- name: Install Dependencies
Expand All @@ -65,7 +65,7 @@ jobs:
- '1'
- '2'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: perl -V
run: perl -V
- name: Install Dependencies
Expand Down

0 comments on commit 46c9d32

Please sign in to comment.