Skip to content

Commit

Permalink
Fix GHA deprecation warnings (SOFTWARE-5354)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-takaki committed Jun 27, 2023
1 parent a1929c2 commit a1fcf4c
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 a1fcf4c

Please sign in to comment.