diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 983cb0c..74ec2d5 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 filter: tree:0 diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 15777b4..3ce1be4 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 filter: tree:0