Skip to content

Commit d160cbb

Browse files
author
Workflow Sync Bot
committed
💬 - Files Synced | Runner ID : 47 | ⚡ Triggered By fuelviews/github-workflow-sync
1 parent 00ee508 commit d160cbb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: ‎.github/workflows/auto-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Bump version and push tag
2222
id: bump_version
23-
uses: anothrNick/github-tag-action@1.67.0
23+
uses: anothrNick/github-tag-action@1.69.0
2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
DEFAULT_BUMP: patch
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Release
3131
id: release
32-
uses: softprops/action-gh-release@v1
32+
uses: softprops/action-gh-release@v2
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GHA_PERSONAL_ACCESS_TOKEN }}
3535
with:

Diff for: ‎.github/workflows/dependabot-auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Dependabot metadata
1616
id: metadata
17-
uses: dependabot/fetch-metadata@v1.6.0
17+
uses: dependabot/fetch-metadata@v2.1.0
1818
with:
1919
github-token: "${{ secrets.GITHUB_TOKEN }}"
2020

Diff for: ‎.github/workflows/fix-php-code-style-issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
ref: ${{ github.head_ref }}
2424

2525
- name: Fix PHP code style issues
26-
uses: aglipanci/laravel-pint-action@2.3.1
26+
uses: aglipanci/laravel-pint-action@2.4
2727

2828
- name: Commit changes
2929
uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)