File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Bump version and push tag
22
22
id : bump_version
23
- uses : anothrNick/github-tag-action@1.67 .0
23
+ uses : anothrNick/github-tag-action@1.69 .0
24
24
env :
25
25
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
26
26
DEFAULT_BUMP : patch
29
29
30
30
- name : Release
31
31
id : release
32
- uses : softprops/action-gh-release@v1
32
+ uses : softprops/action-gh-release@v2
33
33
env :
34
34
GITHUB_TOKEN : ${{ secrets.GHA_PERSONAL_ACCESS_TOKEN }}
35
35
with :
Original file line number Diff line number Diff line change 14
14
15
15
- name : Dependabot metadata
16
16
id : metadata
17
- uses : dependabot/fetch-metadata@v1.6 .0
17
+ uses : dependabot/fetch-metadata@v2.1 .0
18
18
with :
19
19
github-token : " ${{ secrets.GITHUB_TOKEN }}"
20
20
Original file line number Diff line number Diff line change 23
23
ref : ${{ github.head_ref }}
24
24
25
25
- name : Fix PHP code style issues
26
- uses : aglipanci/laravel-pint-action@2.3.1
26
+ uses : aglipanci/laravel-pint-action@2.4
27
27
28
28
- name : Commit changes
29
29
uses : stefanzweifel/git-auto-commit-action@v5
You can’t perform that action at this time.
0 commit comments