Skip to content

Commit 9fbb95b

Browse files
authored
Merge pull request #341 from hyperized/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 4 to 6
2 parents d13666e + d29b499 commit 9fbb95b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- name: Checkout code
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
- name: Setup PHP
2929
uses: shivammathur/setup-php@v2
3030
with:

0 commit comments

Comments
 (0)