Skip to content

Commit

Permalink
Merge pull request #33 from OP-TED/update-actions-versions
Browse files Browse the repository at this point in the history
workflows: Update action versions
  • Loading branch information
bertrand-lorentz authored May 31, 2024
2 parents 3dee1e8 + a3fe428 commit e0d81f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Get the content of docsearch-config.json as config
id: docsearch_config
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
NODE_OPTIONS: '--max-old-space-size=8192'
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Node.js for use with actions
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: 18

Expand Down

0 comments on commit e0d81f9

Please sign in to comment.