Skip to content

Commit

Permalink
ci: bump actions/checkout from 4.1.4 to 4.1.5
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.4...v4.1.5)

---
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] committed May 6, 2024
1 parent 6233971 commit 208e6d5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-go-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.1.4 # https://github.com/actions/checkout
uses: actions/checkout@v4.1.5 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-js-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.1.4 # https://github.com/actions/checkout
uses: actions/checkout@v4.1.5 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.1.4 # https://github.com/actions/checkout
uses: actions/checkout@v4.1.5 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-ts-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.1.4 # https://github.com/actions/checkout
uses: actions/checkout@v4.1.5 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
steps:

- name: Clone source code
uses: actions/checkout@v4.1.4 # https://github.com/actions/checkout
uses: actions/checkout@v4.1.5 # https://github.com/actions/checkout
with:
# Whether to configure the token or SSH key with the local git config. Default: true
persist-credentials: false
Expand Down

0 comments on commit 208e6d5

Please sign in to comment.