diff --git a/.github/workflows/healthchecks_housekeeping.yaml b/.github/workflows/healthchecks_housekeeping.yaml index 12186dc..9b6c694 100644 --- a/.github/workflows/healthchecks_housekeeping.yaml +++ b/.github/workflows/healthchecks_housekeeping.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: main fetch-depth: "1" diff --git a/.github/workflows/sync_repos_git.yaml b/.github/workflows/sync_repos_git.yaml index e9493e2..1062b15 100644 --- a/.github/workflows/sync_repos_git.yaml +++ b/.github/workflows/sync_repos_git.yaml @@ -99,7 +99,7 @@ jobs: - name: Cloning Current Repo if: env.CONTINUE_GHRUN != 'FALSE' - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: main fetch-depth: "1" diff --git a/.github/workflows/time.yaml b/.github/workflows/time.yaml index e3c06b5..7341a9f 100644 --- a/.github/workflows/time.yaml +++ b/.github/workflows/time.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: path: main fetch-depth: "1"