Skip to content

Commit 544544a

Browse files
committed
Github-script update
1 parent a9c85cd commit 544544a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo "tag=${TAG}" >> $GITHUB_ENV
2525
2626
- name: Create tag named from 'env.tag'
27-
uses: actions/github-script@v7
27+
uses: actions/github-script@v8
2828
with:
2929
script: |
3030
github.rest.git.createRef({

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
- Dependabot - Pydantic
55
- Dependabot - Datamodel code generator update
66
- Dependabot - Pytest-cov update
7+
- Dependabot - github-script update
78

89
## 2025-12-17
910
- [PI-889] redocly hotfix

changelog/2025-12-18.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
- Dependabot - Pydantic
22
- Dependabot - Datamodel code generator update
33
- Dependabot - Pytest-cov update
4+
- Dependabot - github-script update

0 commit comments

Comments
 (0)