diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 123b93a..5d64062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run php-cs-fixer uses: docker://oskarstark/php-cs-fixer-ga diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 3cf32fc..5cb1ca8 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Cache vulnerability DB uses: actions/cache@v5 diff --git a/.github/workflows/sync-labels.yml b/.github/workflows/sync-labels.yml index 6fbe544..68d917a 100644 --- a/.github/workflows/sync-labels.yml +++ b/.github/workflows/sync-labels.yml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Label Syncer uses: micnncim/action-label-syncer@v1.3.0