diff --git a/.github/workflows/php74-github-actions.yml b/.github/workflows/php74-github-actions.yml index 7c0b359..d2cbeeb 100644 --- a/.github/workflows/php74-github-actions.yml +++ b/.github/workflows/php74-github-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: checkout code uses: actions/checkout@v2 - name: login to docker hub diff --git a/.github/workflows/php80-github-actions.yml b/.github/workflows/php80-github-actions.yml index ac0a3e6..8e4b802 100644 --- a/.github/workflows/php80-github-actions.yml +++ b/.github/workflows/php80-github-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: checkout code uses: actions/checkout@v2 - name: login to docker hub diff --git a/.github/workflows/php81-github-actions.yml b/.github/workflows/php81-github-actions.yml index 12c7f1e..2efe1ac 100644 --- a/.github/workflows/php81-github-actions.yml +++ b/.github/workflows/php81-github-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: checkout code uses: actions/checkout@v2 - name: login to docker hub diff --git a/.github/workflows/php82-github-actions.yml b/.github/workflows/php82-github-actions.yml index a80a1cd..7d739bb 100644 --- a/.github/workflows/php82-github-actions.yml +++ b/.github/workflows/php82-github-actions.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get branch names id: branch-name - uses: tj-actions/branch-names@v5 + uses: tj-actions/branch-names@v7.0.7 - name: checkout code uses: actions/checkout@v2 - name: login to docker hub