Skip to content

Commit

Permalink
CI: Update checkout settings
Browse files Browse the repository at this point in the history
Change-type: patch
  • Loading branch information
Page- committed Sep 27, 2024
1 parent 5cf1315 commit a048806
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out

Check failure on line 15 in .github/workflows/publish-docs.yml

View workflow job for this annotation

GitHub Actions / Flowzone / Lint workflows

step must run script with "run" section or run action with "uses" section
uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
persist-credentials: false

- name: Setup node
uses: actions/setup-node@v2

Check failure on line 21 in .github/workflows/publish-docs.yml

View workflow job for this annotation

GitHub Actions / Flowzone / Lint workflows

the runner of "actions/setup-node@v2" action is too old to run on GitHub Actions. update the action's version to fix this issue
Expand Down

0 comments on commit a048806

Please sign in to comment.