From 0548d57b51bd71389bfb22172fd9b49133f8fd4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:13:39 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 3.1.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.1.0. - [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/v2...v3.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/distribute-grain.yml | 2 +- .github/workflows/generate-instance-main.yml | 2 +- .github/workflows/generate-instance.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/distribute-grain.yml b/.github/workflows/distribute-grain.yml index 6155d549..5549b058 100644 --- a/.github/workflows/distribute-grain.yml +++ b/.github/workflows/distribute-grain.yml @@ -21,7 +21,7 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=8192 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.ADMIN_TOKEN }} diff --git a/.github/workflows/generate-instance-main.yml b/.github/workflows/generate-instance-main.yml index 169fd723..932ac3aa 100644 --- a/.github/workflows/generate-instance-main.yml +++ b/.github/workflows/generate-instance-main.yml @@ -12,7 +12,7 @@ jobs: env: NODE_OPTIONS: --max_old_space_size=8192 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.ADMIN_TOKEN }} diff --git a/.github/workflows/generate-instance.yml b/.github/workflows/generate-instance.yml index 44dea2a2..d7df2189 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=8192 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: persist-credentials: false # Required to make github pages deployment work correctly