Upgrade to `actions/checkout@v3`
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 9 Mar 2022 14:22:26 +0000 (15:22 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 9 Mar 2022 14:22:26 +0000 (15:22 +0100)
.github/workflows/codestyle.yml
.github/workflows/javascript.yml
.github/workflows/php.yml

index c059c3feb8ad9c6f6199409cd55fbd200980a2d4..f51d9439494ed1218f5d7c36bc80ecc8b600e53b 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     name: PHP
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - name: phpcs
       uses: chekalsky/phpcs-action@e269c2f264f400adcda7c6b24c8550302350d495
     - name: Setup PHP with tools
index 83bceed56655b10d168bc26e9dbe69834e8f6f65..7d4ac7cedc205760c07d3cddf23b5e7e70abe4ec 100644 (file)
@@ -20,7 +20,7 @@ jobs:
       uses: actions/setup-node@v2
       with:
         node-version: "12"
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - run: echo "::add-matcher::.github/javascript-syntax.json"
     - name: Remove files to be ignored
       run: |
index b41bac2af270e5c1061ba7300a080f0c605615d9..eed787883fbb86c1bf6bbad1f5d3c065709c9ffd 100644 (file)
@@ -26,7 +26,7 @@ jobs:
       uses: shivammathur/setup-php@v2
       with:
         php-version: ${{ matrix.php }}
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - run: echo "::add-matcher::.github/php-syntax.json"
     - name: Remove files to be ignored
       run: |