Bump action and setup codecov using the token method · phpmyadmin/sql-parser@fe8e3bf · GitHub
Skip to content

Commit fe8e3bf

Browse files
committed
Bump action and setup codecov using the token method
1 parent caf6693 commit fe8e3bf

4 files changed

Lines changed: 26 additions & 7 deletions

File tree

.github/workflows/lint-and-analyse-php.yml

Lines changed: 2 additions & 2 deletions

.github/workflows/lint-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
- name: lint php documentation
1616
uses: sudo-bot/action-doctum@v5

.github/workflows/mutation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
operating-system: [ ubuntu-latest ]
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v6
2020

2121
- name: Fetch github.base_ref (for diffing)
2222
if: ${{ github.base_ref != '' }}

.github/workflows/tests.yml

Lines changed: 22 additions & 3 deletions

0 commit comments

Comments
 (0)