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:
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