mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-05-28 04:36:06 -04:00
CI: Update Checkout Action to v3
This commit is contained in:
parent
65a71fca3c
commit
4e35b78c1a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout code base
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
|
|
|
|||
Loading…
Reference in a new issue