diff --git a/create-plugin-update/action.yml b/create-plugin-update/action.yml index bc40774d..ed32ce57 100644 --- a/create-plugin-update/action.yml +++ b/create-plugin-update/action.yml @@ -29,7 +29,7 @@ runs: shell: bash - name: Checkout Repository - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: persist-credentials: false ref: ${{ inputs.base }} diff --git a/playwright-gh-pages/deploy-report-pages/action.yml b/playwright-gh-pages/deploy-report-pages/action.yml index db5b3be5..2bf18449 100644 --- a/playwright-gh-pages/deploy-report-pages/action.yml +++ b/playwright-gh-pages/deploy-report-pages/action.yml @@ -110,7 +110,7 @@ runs: - name: Checkout code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1 with: ref: ${{ inputs.pages-branch }}