From 208e6d5961f197146b6e1b581b6e88242079cd1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 23:54:21 +0000 Subject: [PATCH] ci: bump actions/checkout from 4.1.4 to 4.1.5 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](https://github.com/actions/checkout/compare/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] --- .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 ff5e461..850e315 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.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 diff --git a/.github/workflows/generate-js-app.yml b/.github/workflows/generate-js-app.yml index bcac058..329c088 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.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 diff --git a/.github/workflows/generate-python-app.yml b/.github/workflows/generate-python-app.yml index 2889bda..2d007ac 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.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 diff --git a/.github/workflows/generate-ts-app.yml b/.github/workflows/generate-ts-app.yml index 0937089..3c89e0b 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.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 diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6078ca9..d2f956b 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.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