Skip to content

Commit 29bf287

Browse files
Bump the github-actions group across 1 directory with 2 updates (#4)
1 parent 184e36f commit 29bf287

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
# If you do not check out your code, Copilot will do this for you.
2727
steps:
2828
- name: Checkout code
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030

3131
- name: Set up PHP
3232
uses: shivammathur/setup-php@v2

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment: Testing
1414
steps:
15-
- uses: actions/checkout@v6
15+
- uses: actions/checkout@v7
1616

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

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
- name: Setup PHP, with composer and extensions
2222
uses: shivammathur/setup-php@v2 #https://github.com/shivammathur/setup-php
2323
with:
@@ -29,7 +29,7 @@ jobs:
2929
- name: Test
3030
run: vendor/bin/phpunit
3131
- name: Code Coverage
32-
uses: qltysh/qlty-action/coverage@v1
32+
uses: qltysh/qlty-action/coverage@v2
3333
with:
3434
oidc: true
3535
files: build/logs/clover.xml

0 commit comments

Comments
 (0)