Skip to content

Commit af0ae8a

Browse files
authored
Merge pull request #37 from roles-ansible/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents bdda02e + 9b4f8fd commit af0ae8a

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ansible-linting-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout git repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
submodules: true
1717
fetch-depth: 0

.github/workflows/galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: 'Checkout git repo'
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
submodules: true
1919
fetch-depth: 0

.github/workflows/j2lint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout git repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
submodules: true
1717
fetch-depth: 0

.github/workflows/yamllint-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout git repo
14-
uses: actions/checkout@v6
14+
uses: actions/checkout@v7
1515
with:
1616
submodules: true
1717
fetch-depth: 0

0 commit comments

Comments
 (0)