mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-02-24 05:20:02 +08:00
Merge pull request #6 from joshkunz/renovate/actions-checkout-3.x
Update actions/checkout action to v3
This commit is contained in:
commit
0c393a8a9e
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Docker buildx
|
||||
uses: docker/setup-buildx-action@v1
|
||||
- name: Generate docker tags
|
||||
|
Loading…
x
Reference in New Issue
Block a user