diff --git a/.github/workflows/init.yml b/.github/workflows/init.yml index 921a075..e3acd34 100644 --- a/.github/workflows/init.yml +++ b/.github/workflows/init.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run Labeler if: success() diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4ecc68d..c1b6208 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Lint Code Base