From 1bb036be5e72af3ba40b378cd0853834ff2e9e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Ca=C5=82ka?= Date: Sun, 17 Mar 2024 17:22:45 +0100 Subject: [PATCH] ci: fix actions/checkout version --- .github/workflows/deploy.yml | 2 +- .github/workflows/update-assets.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 952e56e..300e8f3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,7 +7,7 @@ jobs: name: New release runs-on: ubuntu-latest steps: - - uses: actions/checkout@stable + - uses: actions/checkout@v4 - name: WordPress Plugin Deploy id: deploy diff --git a/.github/workflows/update-assets.yml b/.github/workflows/update-assets.yml index 17e9e9b..7e1ef3e 100644 --- a/.github/workflows/update-assets.yml +++ b/.github/workflows/update-assets.yml @@ -8,7 +8,7 @@ jobs: name: Push to trunk runs-on: ubuntu-latest steps: - - uses: actions/checkout@stable + - uses: actions/checkout@v4 - name: WordPress.org plugin asset/readme update uses: 10up/action-wordpress-plugin-asset-update@stable