Skip to content

Commit 29cebf5

Browse files
committed
align CI action versions to new schema
1 parent fcd1d36 commit 29cebf5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v4
2525

2626
- name: Run package tests
27-
uses: d3datadevelopment/ci-actions/composer-package-test@v1
27+
uses: d3datadevelopment/ci-actions/composer-package-test@php-tests--v1.1.0
2828
with:
2929
php_version: ${{ matrix.php-version }}
3030
syntax_check_paths: "src,tests"
@@ -37,7 +37,7 @@ jobs:
3737
if: always()
3838
steps:
3939
- name: Report CI status
40-
uses: d3datadevelopment/ci-actions/status-reporter@v1
40+
uses: d3datadevelopment/ci-actions/status-reporter@status-reporter--v1.0.0
4141
with:
4242
api_status_endpoint: "${{ vars.GITEA_API }}${{ github.sha }}"
4343
auth_token: ${{ secrets.GITEA_TOKEN }}

0 commit comments

Comments
 (0)