Bump actions/checkout from 2 to 3 (#1589)

This commit is contained in:
dependabot[bot]
2022-09-08 18:41:24 +00:00
committed by GitHub
parent 5412b0638c
commit f46cd70144
4 changed files with 7 additions and 7 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-

View File

@@ -12,7 +12,7 @@ jobs:
outputs:
matrix: ${{ steps.generate-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up libvirt for test generation
@@ -58,7 +58,7 @@ jobs:
VAGRANT_VERSION: v2.2.14
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up libvirt

View File

@@ -12,7 +12,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-

View File

@@ -52,19 +52,19 @@ jobs:
allow_fail: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Clone vagrant for ruby 3.0 support
if: ${{ matrix.ruby == '3.0.0' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: hashicorp/vagrant
path: .deps/vagrant
ref: f7973f00edb9438d0b36085f210c80af71cfe5c5
- name: Clone ruby-libvirt for ruby 3.0 support
if: ${{ matrix.ruby == '3.0.0' }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: libvirt/libvirt-ruby
path: .deps/libvirt-ruby