From 7411332a3cd3fb5d312b7f30f7a7763c4fe9325b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 11:02:25 +0000 Subject: [PATCH] Bump actions/checkout from 2.3.4 to 2.3.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.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/v2.3.4...v2.3.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/cheapiesystems-com.yml | 2 +- .github/workflows/codeberg-org.yml | 2 +- .github/workflows/git-bananach-space.yml | 2 +- .github/workflows/gitlab-com.yml | 2 +- .github/workflows/notabug-org.yml | 2 +- .github/workflows/repo-or-cz.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/cheapiesystems-com.yml b/.github/workflows/cheapiesystems-com.yml index 78efc74..54b412f 100644 --- a/.github/workflows/cheapiesystems-com.yml +++ b/.github/workflows/cheapiesystems-com.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: digistuff run: ./mirror.sh diff --git a/.github/workflows/codeberg-org.yml b/.github/workflows/codeberg-org.yml index c074a6d..1ac920e 100644 --- a/.github/workflows/codeberg-org.yml +++ b/.github/workflows/codeberg-org.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: hidden_doors run: ./mirror.sh diff --git a/.github/workflows/git-bananach-space.yml b/.github/workflows/git-bananach-space.yml index fb4bc6f..609e566 100644 --- a/.github/workflows/git-bananach-space.yml +++ b/.github/workflows/git-bananach-space.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: advtrains run: ./mirror.sh diff --git a/.github/workflows/gitlab-com.yml b/.github/workflows/gitlab-com.yml index aa360e8..04f0589 100644 --- a/.github/workflows/gitlab-com.yml +++ b/.github/workflows/gitlab-com.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: pipeworks run: ./mirror.sh diff --git a/.github/workflows/notabug-org.yml b/.github/workflows/notabug-org.yml index 49dc11e..3e8146c 100644 --- a/.github/workflows/notabug-org.yml +++ b/.github/workflows/notabug-org.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: bonemeal run: ./mirror.sh diff --git a/.github/workflows/repo-or-cz.yml b/.github/workflows/repo-or-cz.yml index 217c577..eaead71 100644 --- a/.github/workflows/repo-or-cz.yml +++ b/.github/workflows/repo-or-cz.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2.3.4 + - uses: actions/checkout@v2.3.5 - name: minetest_easyvend run: ./mirror.sh