diff options
| author | Valentin Popov <valentin@popov.link> | 2026-02-06 03:04:35 +0300 |
|---|---|---|
| committer | Valentin Popov <valentin@popov.link> | 2026-02-06 03:04:35 +0300 |
| commit | 5cb05bd37ea006e6ce5212381bc54053670d836a (patch) | |
| tree | 9e2e6692b46cf9119b436f708bbe321fb71df405 /.github/workflows/publish.yml | |
| parent | c352511bd2b417d54d20cf1a866e52544d7a6bd3 (diff) | |
| parent | b13bf7fd8c74f1a766d7bf459faa38ae68f759bb (diff) | |
| download | strapi-plugin-checkbox-list-5cb05bd37ea006e6ce5212381bc54053670d836a.tar.xz strapi-plugin-checkbox-list-5cb05bd37ea006e6ce5212381bc54053670d836a.zip | |
Merge pull request 'Update actions/checkout action to v6' (!11) from renovate/actions-checkout-6.x into master
Reviewed-on: https://code.popov.link/valentineus/strapi-plugin-checkbox-list/pulls/11
Diffstat (limited to '.github/workflows/publish.yml')
| -rw-r--r-- | .github/workflows/publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 969d848..69af75e 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node uses: actions/setup-node@v6 with: @@ -62,7 +62,7 @@ jobs: needs: test steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Node uses: actions/setup-node@v6 with: |
