From f56d482d67c5b6111fbbc2be5d304a27ca9ce2cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 10:16:31 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 2.4.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.4.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.3.4...v2.4.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog_generation.yml | 2 +- .github/workflows/lineendings.yml | 2 +- .github/workflows/make_changelogs.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index badc0b1aa24..a0b4c3ae757 100644 --- a/.github/workflows/changelog_generation.yml +++ b/.github/workflows/changelog_generation.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'infinitystation/Baystation12' # to prevent this running on forks steps: - name: Загрузка локальной среды - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: fetch-depth: 0 # Otherwise, we will fail to push refs ref: master diff --git a/.github/workflows/lineendings.yml b/.github/workflows/lineendings.yml index cd1cfef4d4d..ac3e14445b8 100644 --- a/.github/workflows/lineendings.yml +++ b/.github/workflows/lineendings.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'infinitystation/Baystation12' steps: - name: Загрузка локальной среды - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: fetch-depth: 25 - name: Настройка Python diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index b4866b7d730..42943b7132a 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -12,7 +12,7 @@ jobs: if: github.repository == 'infinitystation/Baystation12' # to prevent this running on forks steps: - name: Загрузка локальной среды - uses: actions/checkout@v1 + uses: actions/checkout@v2.4.0 with: fetch-depth: 25 - name: Настройка Python diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 92a2142705f..3f99410e91c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,9 +9,9 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 - name: Clone custom items - uses: actions/checkout@v2.3.4 + uses: actions/checkout@v2.4.0 with: repository: Baystation12/custom-items path: custom-items diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0c0c0de7875..df781e23b1a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,7 +18,7 @@ jobs: DreamChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 - name: Setup Cache uses: actions/cache@v2 with: @@ -42,7 +42,7 @@ jobs: Code: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 - name: Setup Cache uses: actions/cache@v2 with: @@ -71,7 +71,7 @@ jobs: matrix: map_path: [example, sierra, torch, bearcat_inf, away_sites_testing] steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.4.0 - name: Setup Cache uses: actions/cache@v2 with: