Skip to content

Commit

Permalink
Update workflows (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
recrwplay authored Jun 11, 2024
1 parent ae60dd8 commit 97b254d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docs-pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ jobs:
steps:
- name: Get file changes
id: get-file-changes
uses: tj-actions/changed-files@cbda684547adc8c052d50711417fa61b428a9f88 # v41.1.2
uses: tj-actions/changed-files@d6babd6899969df1a11d14c368283ea4436bca78 # v44.5.2
with:
separator: ','
files_yaml: |
pages:
- modules/**/pages/**/*.adoc
- '*/modules/**/pages/**/*.adoc'
asciidoc:
- modules/**/*.adoc
- '*/modules/**/*.adoc'
# Generate a PR comment if the docs are using the pageList extension
# The extension maps asciidoc source files to their HTML output paths
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docs-teardown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*

Expand All @@ -38,7 +38,7 @@ jobs:
surge teardown $DEPLOY_URL --token "$SURGE_TOKEN"
- name: Comment on PR
uses: marocchino/sticky-pull-request-comment@efaaab3fd41a9c3de579aba759d2552635e590fd # v2.8.0
uses: marocchino/sticky-pull-request-comment@331f8f5b4215f0445d3c07b4967662a32a2d3e31 # v2.9.0
with:
number: ${{ github.event.pull_request.number }}
header: docs-pr-changes
Expand Down

0 comments on commit 97b254d

Please sign in to comment.