Skip to content

Commit

Permalink
Upgrade action versions to prevent warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Matyas <mark.matyas@oss.qualcomm.com>
  • Loading branch information
mynameistechno committed Oct 16, 2024
1 parent 6997781 commit c107bad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quic-organization-repolinter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Verify repolinter config file is present
id: check_files
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v3
with:
files: "repolint.json"
- name: Run Repolinter with local repolint.json
Expand Down

0 comments on commit c107bad

Please sign in to comment.