Skip to content

Commit

Permalink
Merge pull request #16 from protonemedia/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
github-actions[bot] authored Aug 28, 2023
2 parents 133e9c1 + 7cb8a09 commit c864971
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fix-js-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-style-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
ref: ${{ github.head_ref }}

Expand Down

0 comments on commit c864971

Please sign in to comment.