Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 22, 2024
1 parent 92fa272 commit 2d69e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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/checkout@v4.1.1
uses: actions/checkout@v4.1.3

# See: https://github.com/wagoid/commitlint-github-action
- name: 🧐 Lint commits using "commitlint"
Expand All @@ -38,7 +38,7 @@ jobs:
group: coding-standards-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
steps:
- name: 📦 Check out the codebase
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.3

- name: 🧐 Lint YAML files
uses: ibiqlik/action-yamllint@v3.1.1
Expand Down

0 comments on commit 2d69e01

Please sign in to comment.