Skip to content

Commit

Permalink
Update actions/checkout v2 to v3 (#1438)
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Jun 26, 2023
1 parent 9ec64b9 commit 5a63afc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest

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

# see https://github.com/shivammathur/setup-php
- uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily_pull_request_automatic_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
token: ${{ secrets.ACCESS_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: shivammathur/setup-php@v2
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
if: github.event.pull_request.head.repo.full_name == github.repository
steps:
-
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Solves the not "You are not currently on a branch" problem, see https://github.com/actions/checkout/issues/124#issuecomment-586664611
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ Update `shivammathur/setup-php@v2` in your workflows:
unit_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: shivammathur/setup-php@v2
with:
+ php-version: 7.4
Expand Down

0 comments on commit 5a63afc

Please sign in to comment.