Skip to content

Commit

Permalink
actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 26, 2024
1 parent b102e1b commit d0123c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: composer test
uses: docker://chubbyphp/ci-php81:latest
env:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: composer test
uses: docker://chubbyphp/ci-php82:latest
env:
Expand All @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: composer test
uses: docker://chubbyphp/ci-php83:latest
env:
Expand Down

0 comments on commit d0123c2

Please sign in to comment.