Update actions/checkout action to v3
This commit is contained in:
2
.github/workflows/bundle-admin.yml
vendored
2
.github/workflows/bundle-admin.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user