Skip to content

Commit

Permalink
Merge pull request #3161 from jrfnl/feature/ghactions-update-various-…
Browse files Browse the repository at this point in the history
…actions

GH Actions: version update for various predefined actions
  • Loading branch information
jaapio committed Mar 25, 2022
2 parents 0202631 + cfe5487 commit 89997f3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/push.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
name: Unit tests [7.4 | ubuntu-latest]
needs: setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -100,7 +100,7 @@ jobs:
needs:
- setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Restore/cache vendor folder
uses: actions/cache@v2.1.7
with:
Expand All @@ -119,7 +119,7 @@ jobs:
needs:
- setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
runs-on: ubuntu-latest
needs: [setup]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
needs:
- setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:
args: gpg --command-fd 0 --pinentry-mode loopback -u info@phpdoc.org --batch
--detach-sign --output build/phpDocumentor.phar.asc build/phpDocumentor.phar
- name: Upload PHAR file
uses: actions/upload-artifact@v2.3.1
uses: actions/upload-artifact@v3.0.0
with:
name: phpDocumentor.phar
path: build/phpDocumentor.phar
Expand All @@ -269,7 +269,7 @@ jobs:
needs:
- setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -345,7 +345,7 @@ jobs:
- phpstan
- codestyle
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
- build-phar
continue-on-error: ${{ matrix.php-versions == '8.0' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'phpDocumentor/phpDocumentor'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@master
Expand Down

0 comments on commit 89997f3

Please sign in to comment.