update actions checkout step version (#7927)

* ci: update actions checkout step version

* Update .github/workflows/deploy-docs.yml

Co-authored-by: chris48s <chris48s@users.noreply.github.com>

Co-authored-by: chris48s <chris48s@users.noreply.github.com>
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
Caleb Cartwright
2022-05-05 21:45:20 -05:00
committed by GitHub
parent 3ac24d3aae
commit 4c8a72434b
6 changed files with 6 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Draft Release
uses: ./.github/actions/draft-release