mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-24 10:37:32 +08:00
chore(deps): update actions/checkout action to v3
This commit is contained in:
committed by
Yusuke Kuoka
parent
a8dbc8a501
commit
c221b6e278
2
.github/workflows/test-entrypoint.yaml
vendored
2
.github/workflows/test-entrypoint.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
name: Test entrypoint
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Run unit tests for entrypoint.sh
|
||||
run: |
|
||||
cd test/entrypoint
|
||||
|
||||
Reference in New Issue
Block a user