Update actions/checkout action to v3

This commit is contained in:
Renovate Bot
2022-04-10 11:54:39 +00:00
parent 5b1b21c729
commit 661b788d3a
11 changed files with 13 additions and 13 deletions

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# Make sure the actual branch is checked out when running on pull requests
ref: ${{ github.head_ref }}