We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 96e1ef8 + 2b31c12 commit bb04ae0Copy full SHA for bb04ae0
1 file changed
.github/workflows/update-changelog.yaml
@@ -14,7 +14,7 @@ jobs:
14
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
18
with:
19
ref: main
20
@@ -26,7 +26,7 @@ jobs:
26
path-to-changelog: CHANGES.md
27
28
- name: Commit updated CHANGELOG
29
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
+ uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
30
31
branch: main
32
commit_message: Update CHANGELOG
0 commit comments