bsc

Comprehensive codebase and cou...
Log | Files | Refs | Activity | README | LICENSE

commit 040aff88a1c577097ab5c529387a0fc308992e8c
parent 97ce9944a72eda728642ede959355038e3357515
Author: Amit Dutta <mail@amit.is-a.dev>
Date:   Fri, 14 Aug 2026 07:12:17 +0530

Merge pull request #44 from notamitgamer/dependabot/github_actions/actions/checkout-7

Bump actions/checkout from 4 to 7
Diffstat:
M.github/workflows/main.yml | 4++--
M.github/workflows/sync-to-hf.yml | 2+-
2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: if: github.actor != 'github-actions[bot]' steps: - name: Checkout GitHub Repo - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 1 @@ -62,7 +62,7 @@ jobs: if: github.actor != 'github-actions[bot]' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/sync-to-hf.yml b/.github/workflows/sync-to-hf.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v7 with: fetch-depth: 1
© notamitgamer • Site Built: 2026-09-05 01:53:16 UTC • git-mirror commit: c170d72 [view raw info]
Originally created with stagit • modified by notamitgamer
Forked from github.com/notamitgamer/git-mirror