Skip to content

Commit

Permalink
Merge pull request #183 from supermetrics-public/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/checkout-4

Bump actions/checkout from 2 to 4
  • Loading branch information
crocodele authored May 20, 2024
2 parents f426613 + 826ea03 commit d24c184
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout jsonpath
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang_format_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

steps:
- name: Checkout jsonpath
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Perform linting
uses: DoozyX/clang-format-lint-action@v0.12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
php: [ "8.3" ]

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

- name: Get branch name (merge)
if: github.event_name != 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
ts: [ "ts" ]
steps:
- name: Checkout jsonpath
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup PHP
id: setup-php
Expand Down

0 comments on commit d24c184

Please sign in to comment.