Merge pull request #74 from dawidd6/dependabot-github_actions-actions-checkout-4
build(deps): bump actions/checkout from 2 to 4
This commit is contained in:
commit
63320d6782
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -51,7 +51,7 @@ jobs:
|
||||||
lintian_opts: "-v"
|
lintian_opts: "-v"
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v4
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
run: git clone --depth=1 ${{matrix.repo}} -b ${{matrix.ref}} ${{matrix.package}}
|
||||||
- name: Test run
|
- name: Test run
|
||||||
|
|
Loading…
Reference in a new issue