Skip to content

Commit

Permalink
Update checkout plugin version.
Browse files Browse the repository at this point in the history
Fixes warnings about deprecation of node12.
  • Loading branch information
rokups committed Oct 27, 2024
1 parent b232037 commit 09b79fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
Documentation:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 1
path: rbfx
Expand Down

0 comments on commit 09b79fe

Please sign in to comment.