Skip to content

Commit ebfb786

Browse files
ci: bump actions/checkout from 4.2.1 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.1...v4.2.2) --- 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 6936cfb commit ebfb786

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].1 # https://github.com/actions/checkout
27+
uses: actions/[email protected].2 # 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].1 # https://github.com/actions/checkout
27+
uses: actions/[email protected].2 # 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].1 # https://github.com/actions/checkout
27+
uses: actions/[email protected].2 # 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].1 # https://github.com/actions/checkout
27+
uses: actions/[email protected].2 # 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].1 # https://github.com/actions/checkout
59+
uses: actions/[email protected].2 # 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)