diff --git a/action.yml b/action.yml index 3e31f98..0c8a020 100644 --- a/action.yml +++ b/action.yml @@ -25,7 +25,7 @@ runs: using: 'composite' steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 persist-credentials: false