From ec263923b2d02c85566605b834c0faf31d51a456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:13:13 +0000 Subject: [PATCH] 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](https://github.com/actions/checkout/compare/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] --- .github/workflows/generate-go-app.yml | 2 +- .github/workflows/generate-js-app.yml | 2 +- .github/workflows/generate-python-app.yml | 2 +- .github/workflows/generate-ts-app.yml | 2 +- .github/workflows/integration-tests.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate-go-app.yml b/.github/workflows/generate-go-app.yml index 2997680..b8a4e8f 100644 --- a/.github/workflows/generate-go-app.yml +++ b/.github/workflows/generate-go-app.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/generate-js-app.yml b/.github/workflows/generate-js-app.yml index 31adc9a..28a2fa9 100644 --- a/.github/workflows/generate-js-app.yml +++ b/.github/workflows/generate-js-app.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/generate-python-app.yml b/.github/workflows/generate-python-app.yml index 403af98..649d8ff 100644 --- a/.github/workflows/generate-python-app.yml +++ b/.github/workflows/generate-python-app.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/generate-ts-app.yml b/.github/workflows/generate-ts-app.yml index 9fdd556..5363eb8 100644 --- a/.github/workflows/generate-ts-app.yml +++ b/.github/workflows/generate-ts-app.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 41e9f54..5d1957c 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Clone source code - uses: actions/checkout@v4.2.0 # https://github.com/actions/checkout + uses: actions/checkout@v4.2.1 # https://github.com/actions/checkout with: # Whether to configure the token or SSH key with the local git config. Default: true persist-credentials: false