Skip to content

Commit

Permalink
Merge pull request #3752 from c2corg/dependabot/github_actions/tj-act…
Browse files Browse the repository at this point in the history
…ions/branch-names-8

chore(deps): bump tj-actions/branch-names from 7 to 8
  • Loading branch information
brunobesson authored Dec 12, 2023
2 parents 137abb5 + 04b394c commit bc3b7ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
labels: ${{ steps.docker_meta.outputs.labels }}
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8
- name: Create clean branch name
id: clean_branch
run: echo ::set-output name=CLEAN_BRANCH::${BRANCH/\//-}
Expand All @@ -80,7 +80,7 @@ jobs:
steps:
- name: Get branch name
id: branch-name
uses: tj-actions/branch-names@v7
uses: tj-actions/branch-names@v8
- name: Create clean branch name
id: clean_branch
run: echo ::set-output name=CLEAN_BRANCH::${BRANCH/\//-}
Expand Down

0 comments on commit bc3b7ef

Please sign in to comment.