From a7bd13d2418ae58b5384ad3c61a98d5a0bbcad33 Mon Sep 17 00:00:00 2001 From: chris Date: Tue, 9 Apr 2024 20:30:53 +0200 Subject: [PATCH] chore: fix ci deprecations (#28) Co-authored-by: Christopher Georg --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f6a7702..1c890d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest steps: - - uses: zenstruck/.github@php-cs-fixer + - uses: zenstruck/.github/actions/php-cs-fixer@main with: php: 8.0 key: ${{ secrets.GPG_PRIVATE_KEY }} @@ -36,7 +36,7 @@ jobs: if: (github.event_name == 'push' || github.event_name == 'schedule') && !startsWith(github.ref, 'refs/tags') runs-on: ubuntu-latest steps: - - uses: zenstruck/.github@sync-with-template + - uses: zenstruck/.github/actions/sync-with-template@main with: key: ${{ secrets.GPG_PRIVATE_KEY }} token: ${{ secrets.COMPOSER_TOKEN }}