Skip to content

Commit 17c7365

Browse files
author
yurichechulin
committed
update CI actions versions
1 parent 9333e66 commit 17c7365

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs: # Docs: <https://git.io/JvxXE>
2323
php: ['7.2', '7.3', '7.4', '8.0']
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727

2828
- name: Setup PHP, with composer and extensions
2929
uses: shivammathur/setup-php@v2 # Action page: <https://github.com/shivammathur/setup-php>
@@ -36,7 +36,7 @@ jobs: # Docs: <https://git.io/JvxXE>
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: Cache dependencies # Docs: <https://git.io/JfAKn#php---composer>
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: ${{ runner.os }}-composer-${{ matrix.setup }}-${{ hashFiles('**/composer.json') }}
@@ -76,7 +76,7 @@ jobs: # Docs: <https://git.io/JvxXE>
7676
runs-on: ubuntu-20.04
7777
steps:
7878
- name: Check out code
79-
uses: actions/checkout@v2
79+
uses: actions/checkout@v4
8080

8181
- name: Lint changelog file
8282
uses: docker://avtodev/markdown-lint:v1 # Action page: <https://github.com/avto-dev/markdown-lint>

0 commit comments

Comments
 (0)