Skip to content

Commit 08fb816

Browse files
dependabot[bot]mikey179
authored andcommitted
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e9355c8 commit 08fb816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runTests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: git config --system core.autocrlf false; git config --system core.eol lf
2525

2626
- name: Checkout
27-
uses: actions/checkout@v6.0.1
27+
uses: actions/checkout@v6.0.2
2828

2929
- name: Set up PHP ${{ matrix.php-versions }}
3030
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)