From 1ccb4a643539932a93f4fd6ed3870ef36b5e34af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Dec 2022 04:04:06 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 3.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 3.2.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/5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f...755da8c3cf115ac066823e79a1e1788f8940201b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog_generation.yml | 2 +- .github/workflows/make_changelogs.yml | 2 +- .github/workflows/release.yml | 4 ++-- .github/workflows/test.yml | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/changelog_generation.yml b/.github/workflows/changelog_generation.yml index 0d5c44c5182ef..f14ca7d361e09 100644 --- a/.github/workflows/changelog_generation.yml +++ b/.github/workflows/changelog_generation.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'Baystation12/Baystation12' # to prevent this running on forks steps: - name: Checkout - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 0 # Otherwise, we will fail to push refs ref: dev diff --git a/.github/workflows/make_changelogs.yml b/.github/workflows/make_changelogs.yml index f4f9bb2356940..02468dbef5fba 100644 --- a/.github/workflows/make_changelogs.yml +++ b/.github/workflows/make_changelogs.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'Baystation12/Baystation12' # to prevent this running on forks steps: - name: Checkout - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: fetch-depth: 25 - name: Python setup diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87077c4b863aa..fd48c949d247c 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@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Clone custom items - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b with: repository: Baystation12/custom-items path: custom-items diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 06875666dc192..8d2ddddce14bd 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: DreamChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup Cache uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 with: @@ -40,7 +40,7 @@ jobs: Code: runs-on: ubuntu-latest steps: - - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup Cache uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 with: @@ -69,7 +69,7 @@ jobs: matrix: map_path: [example, torch, away_sites_testing] steps: - - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f + - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Setup Cache uses: actions/cache@c64c572235d810460d0d6876e9c705ad5002b353 with: