Skip to content

Commit

Permalink
Merge pull request #633 from protonemedia/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.1.3

Bump actions/checkout from 4.1.2 to 4.1.3
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
2 parents 470b362 + 7f2941d commit 9d8008a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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/[email protected].2
uses: actions/[email protected].3
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/[email protected].2
uses: actions/[email protected].3
with:
ref: ${{ github.head_ref }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-stub-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
if: matrix.os == 'windows-latest'

- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: "vendor/protonemedia/laravel-splade"

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

steps:
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Cache node modules
id: cache-npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Cache node modules
id: cache-npm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
ref: main

Expand Down

0 comments on commit 9d8008a

Please sign in to comment.