Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent 6002796 commit b6543c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
runs-on: ${{ inputs.os }}
steps:
- name: 📦 Check out the codebase
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: 🛠️ Install goss and dgoss
uses: e1himself/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-changesets-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: 📦 Check out the codebase
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down
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].1
uses: actions/[email protected].2

- 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].1
uses: actions/[email protected].2

- 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].1
uses: actions/[email protected].2

- name: 🧐 Lint Markdown files
uses: DavidAnson/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ${{ inputs.os }}
steps:
- name: 📦 Check out the codebase
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
fetch-depth: 0

Expand Down

0 comments on commit b6543c6

Please sign in to comment.