Skip to content

Commit

Permalink
Update to actions/checkout@v3
Browse files Browse the repository at this point in the history
v2 was a Node 12 action, and these are deprecated for a while.
  • Loading branch information
cmb69 committed Jan 20, 2023
1 parent db7ba78 commit 514e2c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
make -j$(nproc)
sudo make install
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Generate Build Files
run: /opt/bin/phpize
- name: Configure Build
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout uopz
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Setup PHP
id: setup-php
uses: cmb69/setup-php-sdk@v0.7
Expand Down

0 comments on commit 514e2c2

Please sign in to comment.