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

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Bundle admin
uses: actions/checkout@v2
uses: actions/checkout@v3
- run: build/admin/bundleAdmin.sh
- name: Commit changes