Skip to content

Commit

Permalink
action/checkout v3
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Jun 3, 2023
1 parent 530421a commit bc2bb80
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup composer and PHP
uses: ./.github/actions/setup-composer
Expand All @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup node
uses: ./.github/actions/setup-node
Expand All @@ -52,7 +52,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup node
uses: ./.github/actions/setup-node
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build app
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup node
uses: ./.github/actions/setup-node
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
name: SQLite

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src

Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval 5s --health-timeout 2s --health-retries 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src
- name: Prepare server
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 5s --health-timeout 2s --health-retries 5

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: src
- name: Prepare server
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: Psalm

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

- name: Setup composer and PHP
uses: ./.github/actions/setup-composer
Expand Down

0 comments on commit bc2bb80

Please sign in to comment.