Skip to content

Commit e39f263

Browse files
authored
Merge pull request #29 from ansible-actions/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 66985ea + 8e8bf98 commit e39f263

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/hadolint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: checkout repo
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
- name: Run Hadolint Action
1414
uses: hadolint/hadolint-action@v3.3.0
1515
with:

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
python-version: ["3.9", "3.10", "3.11"]
1313
steps:
1414
- name: Checkout Repo
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616

1717
- name: Set up Python ${{ matrix.python-version }}
1818
uses: actions/setup-python@v6.2.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@v5
14+
uses: actions/checkout@v6
1515
with:
1616
submodules: true
1717
fetch-depth: 0

0 commit comments

Comments
 (0)