diff --git a/.github/workflows/repo_linter.yaml b/.github/workflows/repo_linter.yaml index 75f2274..6bac551 100644 --- a/.github/workflows/repo_linter.yaml +++ b/.github/workflows/repo_linter.yaml @@ -31,7 +31,7 @@ jobs: continue-on-error: true - name: Checkout repository - 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 cc78122..f969556 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"