1
0
Fork 0
mirror of https://github.com/DO1JLR/ansible_linux_desktop_setup.git synced 2024-09-14 19:54:51 +02:00

Bump actions/checkout from 4.0.0 to 4.1.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-09-25 05:40:50 +00:00 committed by GitHub
parent 6812f8c5e1
commit 6d81883eb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ jobs:
steps: steps:
- name: 'checkout git repo' - name: 'checkout git repo'
uses: actions/checkout@v4.0.0 uses: actions/checkout@v4.1.0
with: with:
lfs: true lfs: true
submodules: true submodules: true

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'Checkout' - name: 'Checkout'
uses: actions/checkout@v4.0.0 uses: actions/checkout@v4.1.0
- name: GitHub Action for pylint - name: GitHub Action for pylint
uses: cclauss/GitHub-Action-for-pylint@0.7.0 uses: cclauss/GitHub-Action-for-pylint@0.7.0

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: 'checkout git repo' - name: 'checkout git repo'
uses: actions/checkout@v4.0.0 uses: actions/checkout@v4.1.0
- name: 'Yamllint' - name: 'Yamllint'
uses: karancode/yamllint-github-action@v2.1.1 uses: karancode/yamllint-github-action@v2.1.1