Skip to content

Commit e0756b4

Browse files
Merge pull request #156 from jeffersongoncalves/dependabot/github_actions/actions-deps-640176b5ab
build(deps): bump actions/checkout from 6 to 7 in the actions-deps group
2 parents 17adc64 + dc30b96 commit e0756b4

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/auto-release-filament.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
ref: ${{ github.head_ref }}
1717

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: phpstan
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515

1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2

.github/workflows/update-changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
# Fetch entire history of repository to ensure release date can be
2323
# extracted from commit of the given tag.

0 commit comments

Comments
 (0)