Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 19, 2023
1 parent eb2261a commit cdc50c0
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 cdc50c0

Please sign in to comment.