Skip to content

Commit 30aff30

Browse files
Merge pull request #7 from green-elephpant/dependabot/github_actions/actions/checkout-6
Github Actions(deps): Bump actions/checkout from 5 to 6
2 parents 7db7215 + 07a6464 commit 30aff30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Stage 1 - Build #
1717
###################
1818
- name: Checkout latest revision
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Install PHP
2222
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)