Skip to content

Commit

Permalink
Merge pull request #910 from ROCm/dgaliffi/update-checkout
Browse files Browse the repository at this point in the history
Update checkout action to v4 in linting.yml
  • Loading branch information
peterjunpark committed Sep 27, 2024
2 parents 2c3446f + 7374e07 commit 5622a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Fetch config
shell: sh
run: |
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Fetch config
if: ${{ ! contains( github.repository, 'rocm-docs-core') }}
shell: sh
Expand Down

0 comments on commit 5622a86

Please sign in to comment.