From c68699d871bed5a5a7a6b1528cf9b13d20e277a3 Mon Sep 17 00:00:00 2001 From: Lee Maguire Date: Tue, 23 Jun 2026 17:55:45 +0100 Subject: [PATCH] Bump actions/checkout@v7 --- .github/workflows/theme.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/theme.yml b/.github/workflows/theme.yml index b23869f..532974e 100644 --- a/.github/workflows/theme.yml +++ b/.github/workflows/theme.yml @@ -13,7 +13,7 @@ jobs: matrix: php-versions: ['8.2'] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup PHP uses: shivammathur/setup-php@v2 with: