diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9fa7271..0ec098d 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' - @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout Source Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: '1' -