summaryrefslogtreecommitdiffstats
path: root/.github/workflows/lint-php-cs.yml
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-01-05 06:50:40 +0100
committerJoas Schilling <coding@schilljs.com>2023-01-05 10:08:29 +0100
commit4e696622e7a5c9e8c7aa43f2dbf3d00181848387 (patch)
tree411b834f9790702a9f82fd3d053c20e60fb0e921 /.github/workflows/lint-php-cs.yml
parent351f65884384431a0492d3aa3a06eec94f713085 (diff)
chore(CI): Bump action templates to latest versions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github/workflows/lint-php-cs.yml')
-rw-r--r--.github/workflows/lint-php-cs.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/.github/workflows/lint-php-cs.yml b/.github/workflows/lint-php-cs.yml
index af585a80c..85cb03664 100644
--- a/.github/workflows/lint-php-cs.yml
+++ b/.github/workflows/lint-php-cs.yml
@@ -22,13 +22,15 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v3
+ uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # v3
- name: Set up php
- uses: shivammathur/setup-php@v2
+ uses: shivammathur/setup-php@1a18b2267f80291a81ca1d33e7c851fe09e7dfc4 # v2
with:
- php-version: 8.0
+ php-version: 8.1
coverage: none
+ env:
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Install dependencies
run: composer i