Skip to content

Commit

Permalink
Update actions/checkout to version 3
Browse files Browse the repository at this point in the history
  • Loading branch information
SenseException committed Aug 27, 2023
1 parent d2b64bb commit 1c1269e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- "3306:3306"

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

- name: "Setup PHP Action"
uses: "shivammathur/setup-php@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
doctrine_website_send_grid_api_key: "${{ secrets.doctrine_website_send_grid_api_key }}"

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

- name: "Setup PHP Action"
uses: "shivammathur/setup-php@v2"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"

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

- name: "Installation of node"
uses: "actions/setup-node@v3"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/js-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: "ubuntu-latest"

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

- name: "Installation of node"
uses: "actions/setup-node@v3"
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 @@ -8,7 +8,7 @@ jobs:
runs-on: "ubuntu-latest"

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

- name: "Setup PHP Action"
uses: "shivammathur/setup-php@v2"
Expand Down

0 comments on commit 1c1269e

Please sign in to comment.