Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.4 (#32)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent 54a9760 commit bf0ab8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: 🚀 Run yamllint
uses: frenck/[email protected]

Expand All @@ -33,7 +33,7 @@ jobs:
files: ${{ steps.files-array.outputs.files }}
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Build files array
id: files-array
# yamllint disable rule:line-length
Expand All @@ -54,7 +54,7 @@ jobs:
fail-fast: false
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/[email protected].2
uses: actions/[email protected].4
- name: Set up Python 3.9
uses: actions/[email protected]
with:
Expand Down

0 comments on commit bf0ab8c

Please sign in to comment.