diff --git a/action.yml b/action.yml index 1a9e1d9..198979d 100644 --- a/action.yml +++ b/action.yml @@ -28,7 +28,7 @@ runs: using: composite steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: '0' - name: Checking if ran on the dev branch