mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Bump actions/checkout from 2 to 3 (#1589)
This commit is contained in:
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
@@ -14,7 +14,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
|
|||||||
4
.github/workflows/integration-tests.yml
vendored
4
.github/workflows/integration-tests.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
matrix: ${{ steps.generate-matrix.outputs.matrix }}
|
matrix: ${{ steps.generate-matrix.outputs.matrix }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set up libvirt for test generation
|
- name: Set up libvirt for test generation
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
VAGRANT_VERSION: v2.2.14
|
VAGRANT_VERSION: v2.2.14
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Set up libvirt
|
- name: Set up libvirt
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
name: Checkout code
|
name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
-
|
-
|
||||||
|
|||||||
6
.github/workflows/unit-tests.yml
vendored
6
.github/workflows/unit-tests.yml
vendored
@@ -52,19 +52,19 @@ jobs:
|
|||||||
allow_fail: false
|
allow_fail: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Clone vagrant for ruby 3.0 support
|
- name: Clone vagrant for ruby 3.0 support
|
||||||
if: ${{ matrix.ruby == '3.0.0' }}
|
if: ${{ matrix.ruby == '3.0.0' }}
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: hashicorp/vagrant
|
repository: hashicorp/vagrant
|
||||||
path: .deps/vagrant
|
path: .deps/vagrant
|
||||||
ref: f7973f00edb9438d0b36085f210c80af71cfe5c5
|
ref: f7973f00edb9438d0b36085f210c80af71cfe5c5
|
||||||
- name: Clone ruby-libvirt for ruby 3.0 support
|
- name: Clone ruby-libvirt for ruby 3.0 support
|
||||||
if: ${{ matrix.ruby == '3.0.0' }}
|
if: ${{ matrix.ruby == '3.0.0' }}
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
repository: libvirt/libvirt-ruby
|
repository: libvirt/libvirt-ruby
|
||||||
path: .deps/libvirt-ruby
|
path: .deps/libvirt-ruby
|
||||||
|
|||||||
Reference in New Issue
Block a user