Skip to content

Commit e5d0b06

Browse files
authored
Merge pull request #40 from 2m/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 15c38dd + 0a5875f commit e5d0b06

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
name: Validate a Pull Request
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@v3
1616

1717
- name: Run yamllint
1818
uses: ibiqlik/[email protected]
@@ -36,11 +36,11 @@ jobs:
3636
fail-fast: false
3737

3838
steps:
39-
- uses: actions/checkout@v2
39+
- uses: actions/checkout@v3
4040
with:
4141
path: action
4242

43-
- uses: actions/checkout@v2
43+
- uses: actions/checkout@v3
4444
with:
4545
repository: ${{ matrix.repo-owner }}/${{ matrix.repo-name }}
4646
path: ${{ matrix.repo-name }}

0 commit comments

Comments
 (0)