Skip to content

Commit

Permalink
Merge pull request #119 from dependabot/github_actions/actions/checko…
Browse files Browse the repository at this point in the history
…ut-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
FaisalBudiono authored Jan 23, 2024
2 parents 2b7cb73 + 4220c4e commit 89d2b1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: php-actions/composer@v6
- name: Scanning
uses: php-actions/phpstan@v3
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: GitGuardian scan
Expand All @@ -45,7 +45,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- uses: php-actions/composer@v6
- uses: php-actions/phpunit@v3
with:
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Image
Expand Down

0 comments on commit 89d2b1e

Please sign in to comment.