Skip to content

GH Actions: version update for various predefined actions #329

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
setup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: composer
uses: docker://composer
Expand All @@ -33,7 +33,7 @@ jobs:
name: Unit tests
needs: setup
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: composer
uses: docker://composer
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- phpunit-with-coverage

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
runs-on: ubuntu-latest
needs: [setup, phpunit]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Restore/cache vendor folder
uses: actions/[email protected]
with:
Expand All @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest
needs: [setup, phpunit]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: composer
uses: docker://composer
env:
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:
- phpunit

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Setup cache environment
id: cache-env
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-latest
needs: [setup, phpunit]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
- name: BC Check
Expand Down