From 24f5cacaa9a167d32bc3c95d0b373a9d8ad5e4f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:09:10 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.2 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.4. - [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.2...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/distribute-grain.yml | 2 +- .github/workflows/generate-instance.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/distribute-grain.yml b/.github/workflows/distribute-grain.yml index 2682b6df..9b4e1ce7 100644 --- a/.github/workflows/distribute-grain.yml +++ b/.github/workflows/distribute-grain.yml @@ -17,7 +17,7 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=14000 steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 - name: Install Packages 🔧 run: | diff --git a/.github/workflows/generate-instance.yml b/.github/workflows/generate-instance.yml index 82d47130..73c5117b 100644 --- a/.github/workflows/generate-instance.yml +++ b/.github/workflows/generate-instance.yml @@ -14,7 +14,7 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=14000 steps: - - uses: actions/checkout@v4.1.2 + - uses: actions/checkout@v4.1.4 with: persist-credentials: false # Required to make github pages deployment work correctly