Skip to content

Commit

Permalink
Merge pull request #53 from jtakaki-matc/nodejs-fix
Browse files Browse the repository at this point in the history
Fix GHA deprecation warning (SOFTWARE-5354)
  • Loading branch information
brianhlin authored Jul 19, 2023
2 parents 301dfe4 + f955897 commit 5597c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tarball-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
OS_VERSION: ${{ matrix.OS_VERSION }}
OSG_VERSION: ${{ matrix.OSG_VERSION }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Run Test Script
run:
sh tests/setup_tests.sh ${OS_VERSION}

0 comments on commit 5597c1f

Please sign in to comment.