Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.3 to 4.1.4
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>
  • Loading branch information
dependabot[bot] authored and buluma committed Apr 24, 2024
1 parent ad79e5a commit 1e3ce59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
repository_is_template: ${{ steps.metadata.outputs.repository_is_template }}

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- uses: ahmadnassri/action-metadata@v2.1.2
id: metadata
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
if: ${{ needs.metadata.outputs.repository_is_template == 'true' }}

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
ref: ${{ github.event.pull_request.head.ref }}

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
repository_default_branch: ${{ steps.metadata.outputs.repository_default_branch }}

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- id: metadata
uses: ahmadnassri/action-metadata@v2.1.2
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- uses: ahmadnassri/action-commit-lint@v2.1.17
with:
Expand All @@ -62,7 +62,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- uses: oxsecurity/megalinter/flavors/javascript@v7.8.0
env:
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
version-minor: ${{ steps.release.outputs.release-version-minor }}

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
submodules: true

Expand All @@ -126,7 +126,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: docker/setup-qemu-action@v3
- uses: docker/setup-buildx-action@v3

Expand Down

0 comments on commit 1e3ce59

Please sign in to comment.