diff --git a/git-checkout/action.yml b/git-checkout/action.yml index f0e640d..5957642 100644 --- a/git-checkout/action.yml +++ b/git-checkout/action.yml @@ -3,6 +3,6 @@ description: "Git checkout" runs: using: "composite" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0 \ No newline at end of file