Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 to 4.1.4 (PipedreamHQ#11694)
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] committed Apr 29, 2024
1 parent 59ddab3 commit 857dd22
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/components-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pull-requests: write

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
name: Checkout repo
with:
# See https://github.com/actions/checkout#checkout-v2
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
name: Checkout repo
with:
# See https://github.com/actions/checkout#checkout-v2
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-components.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-marketplace-content.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
- uses: pnpm/action-setup@v3.0.0
with:
version: 7.33.6
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull-request-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
name: Checkout
- uses: jitterbit/get-changed-files@v1
id: changed_files
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4
with:
# Full git history is needed to get a proper list of changed files
# within `super-linter`
Expand Down

0 comments on commit 857dd22

Please sign in to comment.