diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f8ae4c6..38f9dbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Setup Docker BuildX id: setup-buildx @@ -62,7 +62,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Test Local Action id: test-action diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 872c7c0..2c497c8 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0