@@ -13,14 +13,14 @@ jobs:
1313 - name : install dependencies
1414 run : sudo apt update -qq && sudo apt -y install libxml2-utils
1515 - name : Check out repository code
16- uses : actions/checkout@v2
16+ uses : actions/checkout@v4
1717 - name : Install PHP
1818 uses : shivammathur/setup-php@v2
1919 with :
2020 php-version : ' 7.4'
2121 coverage : ' none'
2222 - name : Cache dependencies
23- uses : actions/cache@v2
23+ uses : actions/cache@v3
2424 with :
2525 path : ' ~/.cache/composer'
2626 key : " cache-composer-${{ hashFiles('composer.json') }}"
@@ -60,15 +60,15 @@ jobs:
6060 git config --global core.autocrlf false
6161 git config --global core.eol lf
6262 - name : Check out repository code
63- uses : actions/checkout@v2
63+ uses : actions/checkout@v4
6464 - name : Install PHP
6565 uses : shivammathur/setup-php@v2
6666 with :
6767 coverage : ' xdebug'
6868 php-version : ${{ matrix.php_version }}
6969 extensions : ast-1.0.14
7070 - name : Cache dependencies
71- uses : actions/cache@v2
71+ uses : actions/cache@v3
7272 with :
7373 path : ' ~/.cache/composer'
7474 key : " cache-composer-${{ hashFiles('composer.json') }}"
9999 - name : Run phan
100100 run : vendor/bin/phan
101101 - name : Upload coverage to Codecov
102- uses : codecov/codecov-action@v2
102+ uses : codecov/codecov-action@v3
103103 with :
104104 verbose : true
105105
@@ -108,10 +108,10 @@ jobs:
108108 if : always()
109109 runs-on : ubuntu-latest
110110 steps :
111- - uses : technote-space/workflow-conclusion-action@v2
111+ - uses : technote-space/workflow-conclusion-action@v3
112112 - name : Post to a Slack channel
113113 id : slack
114- uses : slackapi/slack-github-action@v1.17 .0
114+ uses : slackapi/slack-github-action@v1.23 .0
115115 with :
116116 # Slack channel id, channel name, or user id to post message.
117117 # See also: https://api.slack.com/methods/chat.postMessage#channels
0 commit comments