diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e73cd41..cc59079 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '1' - @@ -64,7 +64,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '1' -