Skip to content

Commit 675379b

Browse files
chore(deps): bump actions/github-script in the github-actions group (#56)
Bumps the github-actions group with 1 update: [actions/github-script](https://github.com/actions/github-script). Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent da196bf commit 675379b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/backend-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.version }}-linux-arm64
9191
9292
- name: Add Docker image info to release
93-
uses: actions/github-script@v8
93+
uses: actions/github-script@v9
9494
with:
9595
script: |
9696
const tag = 'v${{ inputs.version }}-backend';

.github/workflows/frontend-docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.version }}-linux-arm64
9999
100100
- name: Add Docker image info to release
101-
uses: actions/github-script@v8
101+
uses: actions/github-script@v9
102102
with:
103103
script: |
104104
const tag = 'v${{ inputs.version }}-frontend';

0 commit comments

Comments
 (0)