From b54a1a94acb313be4810b1fefbd7b845aeb15d79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Fri, 1 May 2026 22:52:31 +0200 Subject: [PATCH] Use the latest actions/checkout action --- .github/workflows/create-release.yml | 2 +- .github/workflows/php.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index dae04c4..206780d 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -12,7 +12,7 @@ jobs: create: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: "Fetch latest phar" id: fetch_phar run: |- diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 0ced505..ded7745 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -23,7 +23,7 @@ jobs: - "8.5" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: OS info run: cat /etc/os-release