Skip to content

Commit 22c8006

Browse files
Update actions/checkout action to v6.0.1
| datasource | package | from | to | | ----------- | ---------------- | ------ | ------ | | github-tags | actions/checkout | v6.0.0 | v6.0.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 764d075 commit 22c8006

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v6.0.0
22+
- uses: actions/checkout@v6.0.1
2323
- uses: shivammathur/setup-php@2.36.0
2424

2525
with:

0 commit comments

Comments
 (0)