Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Git checkout source code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
path: Extensions

Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
run: composer run-script phpcs

- name: Git checkout FreshRSS source code
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
repository: FreshRSS/FreshRSS
path: FreshRSS
Expand Down