diff --git a/.github/workflows/comprehensive-screenshots.yml b/.github/workflows/comprehensive-screenshots.yml index 0c209c3..94e7a4e 100644 --- a/.github/workflows/comprehensive-screenshots.yml +++ b/.github/workflows/comprehensive-screenshots.yml @@ -39,14 +39,14 @@ jobs: run: chown root:root . - name: Checkout Discourse - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: discourse/discourse fetch-depth: 1 ref: latest - name: Install plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: plugins/${{ env.PLUGIN_NAME }} fetch-depth: 1 diff --git a/.github/workflows/feature-screenshots.yml b/.github/workflows/feature-screenshots.yml index d574f7f..f554f01 100644 --- a/.github/workflows/feature-screenshots.yml +++ b/.github/workflows/feature-screenshots.yml @@ -46,14 +46,14 @@ jobs: run: chown root:root . - name: Checkout Discourse - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: discourse/discourse fetch-depth: 1 ref: latest - name: Install plugin - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: plugins/${{ env.PLUGIN_NAME }} fetch-depth: 1