Skip to content

Commit

Permalink
chore(github): update checkout action
Browse files Browse the repository at this point in the history
Github warned that node12 is obsolete
  • Loading branch information
btry committed Aug 25, 2023
1 parent 4815abe commit 7ba8207
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
ls -l /usr/bin/chromium*
$CHROME_DRIVER_BINARY --version
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: "Run tests"
run: |
GLPI_BRANCH=${{ matrix.glpi-branch }}
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
php-version: ${{ matrix.php-versions }}
coverage: xdebug
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: "Code quality tests"
run: |
. ./tests/script-functions.sh
Expand Down

0 comments on commit 7ba8207

Please sign in to comment.