Skip to content

Commit

Permalink
Update actions/checkout from v2 to v4 (#2301)
Browse files Browse the repository at this point in the history
The actions/checkout@v2 is deprecated.

No-Issue

Co-authored-by: jctanner <[email protected]>
  • Loading branch information
cutwater and jctanner authored Oct 11, 2024
1 parent 36b705f commit 0060446
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.after }} # for PR avoids checking out merge commit
fetch-depth: 0 # include all history
Expand All @@ -32,7 +32,7 @@ jobs:
steps:

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ github.event.after }} # for PR avoids checking out merge commit
fetch-depth: 0 # include all history
Expand Down

0 comments on commit 0060446

Please sign in to comment.