From fe74ff247c3bd46db25af856a0d1c8afb03a0010 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 17:51:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest to b4ffde6 --- .github/workflows/anime.yml | 2 +- .github/workflows/gen.yml | 2 +- .github/workflows/mirror.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/anime.yml b/.github/workflows/anime.yml index fd14910..3011025 100644 --- a/.github/workflows/anime.yml +++ b/.github/workflows/anime.yml @@ -18,7 +18,7 @@ jobs: python-version: [3.7] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index a2c7793..187a981 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -16,7 +16,7 @@ jobs: python-version: [3.7] steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v4 diff --git a/.github/workflows/mirror.yml b/.github/workflows/mirror.yml index b2d9bf2..1ff8864 100644 --- a/.github/workflows/mirror.yml +++ b/.github/workflows/mirror.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: mirror in gitlab - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master @@ -19,7 +19,7 @@ jobs: GIT_PASSWORD: ${{ secrets.GITLAP_TOKEN }} - name: mirror in bitbucket - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master @@ -30,7 +30,7 @@ jobs: GIT_PASSWORD: ${{ secrets.BITBUCKET_TOKEN }} - name: mirror in codeberg - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - uses: yesolutions/mirror-action@master