Skip to content

Commit

Permalink
Merge pull request #7 from jeff-takaki/nodejs-fix
Browse files Browse the repository at this point in the history
Fix GHA deprecation warnings (SOFTWARE-5354)
  • Loading branch information
mwestphall authored Jan 22, 2024
2 parents 2d54ea8 + 2cbbede commit f99ae8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
deploy-mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Deploy MkDocs pages
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
validate-mkdocs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build MkDocs pages
uses: docker://squidfunk/mkdocs-material:7.1.0
timeout-minutes: 1
Expand Down

0 comments on commit f99ae8b

Please sign in to comment.