diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 36f6b1b..215c611 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -186,7 +186,7 @@ jobs: name: poseidon - name: Get current branch name id: branch-name - uses: tj-actions/branch-names@v6 + uses: tj-actions/branch-names@v7 - name: Checkout matching branch for Dockerfiles (optional) id: checkout-dockerfiles if: steps.branch-name.outputs.is_default == 'false'