Skip to content

Commit

Permalink
Merge pull request #16 from DO1JLR/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3.6.0

Bump actions/checkout from 3.5.3 to 3.6.0
  • Loading branch information
DO1JLR authored Aug 29, 2023
2 parents 963b69b + fd10634 commit 97a89bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ansible-linting-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: 'checkout git repo'
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
with:
lfs: true
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: GitHub Action for pylint
uses: cclauss/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/yamllint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'checkout git repo'
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: 'Yamllint'
uses: karancode/[email protected]
Expand Down

0 comments on commit 97a89bc

Please sign in to comment.