Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6 (#3969)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 21, 2023
1 parent f5f0095 commit 6de5514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Otherwise, we must be building from a push to master, so use 'latest'.
- name: Get tag name
id: get-tag-name
uses: actions/github-script@v5
uses: actions/github-script@v6
with:
script: |
const branchName = context.ref.split('/').slice(-1)[0];
Expand Down

0 comments on commit 6de5514

Please sign in to comment.