Skip to content

Commit 6936cfb

Browse files
dependabot[bot]php-coder
authored andcommitted
ci: bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 358afa7 commit 6936cfb

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/workflows/generate-go-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Clone source code
27-
uses: actions/[email protected].0 # https://github.com/actions/checkout
27+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2828
with:
2929
# Whether to configure the token or SSH key with the local git config. Default: true
3030
persist-credentials: false

Diff for: .github/workflows/generate-js-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Clone source code
27-
uses: actions/[email protected].0 # https://github.com/actions/checkout
27+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2828
with:
2929
# Whether to configure the token or SSH key with the local git config. Default: true
3030
persist-credentials: false

Diff for: .github/workflows/generate-python-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Clone source code
27-
uses: actions/[email protected].0 # https://github.com/actions/checkout
27+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2828
with:
2929
# Whether to configure the token or SSH key with the local git config. Default: true
3030
persist-credentials: false

Diff for: .github/workflows/generate-ts-app.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525

2626
- name: Clone source code
27-
uses: actions/[email protected].0 # https://github.com/actions/checkout
27+
uses: actions/[email protected].1 # https://github.com/actions/checkout
2828
with:
2929
# Whether to configure the token or SSH key with the local git config. Default: true
3030
persist-credentials: false

Diff for: .github/workflows/integration-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757

5858
- name: Clone source code
59-
uses: actions/[email protected].0 # https://github.com/actions/checkout
59+
uses: actions/[email protected].1 # https://github.com/actions/checkout
6060
with:
6161
# Whether to configure the token or SSH key with the local git config. Default: true
6262
persist-credentials: false

0 commit comments

Comments
 (0)