Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 12, 2024
1 parent a6bf8fb commit 6a53ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: read
steps:
- name: 📦 Check out the codebase
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: 🧐 Lint commits using "commitlint"
uses: wagoid/[email protected]
Expand All @@ -37,7 +37,7 @@ jobs:
group: coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: 🧐 Lint YAML files
uses: ibiqlik/[email protected]
Expand All @@ -54,7 +54,7 @@ jobs:
group: markdown-linting-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: 🧐 Lint Markdown files
uses: DavidAnson/[email protected]
Expand Down

0 comments on commit 6a53ee4

Please sign in to comment.