Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.3 to 4.1.4 (#70)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 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.3...v4.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 629cad1 commit 7d9107a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/configuration-tester.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
timeout-minutes: 3
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Setup Deno
uses: denoland/setup-deno@v1.1.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deno-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
timeout-minutes: 3
steps:
- name: Checkout repo
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: Setup Deno
uses: denoland/setup-deno@v1.1.4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- name: setup get-diff-action
uses: technote-space/get-diff-action@v6.1.2
- name: Run secretlint command on docker
Expand Down

0 comments on commit 7d9107a

Please sign in to comment.