diff --git a/git-checkout/action.yml b/git-checkout/action.yml index f0e640d..da767bf 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@v7 with: fetch-depth: 0 \ No newline at end of file