Skip to content

Commit

Permalink
Merge pull request #579 from jtakaki-matc/nodejs-fix
Browse files Browse the repository at this point in the history
Fix GHA deprecation warnings (SOFTWARE-5354)
  • Loading branch information
brianhlin committed Jun 28, 2023
2 parents a1929c2 + a1fcf4c commit d2c7592
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_rpms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- osg-3.6-upcoming
- osg-3.6-upcoming-testing
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload_rpms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- centos:7
- rockylinux:8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Prepare Docker
run: |
Expand Down

0 comments on commit d2c7592

Please sign in to comment.